]> granicus.if.org Git - libvpx/commit
Output frames in first pass for VPX_DL_REALTIME.
authorTom Finegan <tomfinegan@google.com>
Wed, 15 Jun 2016 20:42:59 +0000 (13:42 -0700)
committerTom Finegan <tomfinegan@google.com>
Fri, 17 Jun 2016 18:25:55 +0000 (11:25 -0700)
commit5a9f21db548f1a3d9b31dfc4f758a0af83bab725
treebc7cf8108c761707f83feeb66524dca8e9e75493
parenta724477d6926c7fe0f20809cf26563c4047372b3
Output frames in first pass for VPX_DL_REALTIME.

Since combining VPX_DL_REALTIME with VPX_RC_FIRST_PASS is basically
nonsense, ignore the user's pass setting when this happens and
behave as if the requested encode is a single pass encode.

BUG=webm:1233

Change-Id: I5ee4c4e5838c4ca6d24988890aae490b10826db2
test/realtime_test.cc [new file with mode: 0644]
test/test.mk
vp8/vp8_cx_iface.c
vp9/vp9_cx_iface.c