Disable keyframe in real time that's placed one frame after a cut.
authorJim Bankoski <jimbankoski@google.com>
Mon, 1 Oct 2012 21:17:43 +0000 (14:17 -0700)
committerJim Bankoski <jimbankoski@google.com>
Mon, 1 Oct 2012 21:17:43 +0000 (14:17 -0700)
commit6f35b1958e0a767240ee20f8e2cece59b1dc1e12
tree8f09a4d5caa2153f8cf41fbec6885e31d0bd0980
parent9704cdec9fb777833599312fc84e3f1311d25eed
Disable keyframe in real time that's placed one frame after a cut.

The codec as it stood placed a keyframe one frame after a
real cut scene - and ignored datarate and other considerations.

TODO: Its possible that we should detect a keyframe and recode
the frame ( in certain circumstances) to improve quality.

Change-Id: Ia1fd6d90103f4da4d21ca5ab62897d22e0b888a8
test/keyframe_test.cc
vp8/encoder/onyx_if.c