]> granicus.if.org Git - libvpx/commit
Keep buffer clipped to maximum in change_config.
authorMarco Paniconi <marpan@google.com>
Thu, 9 Jan 2014 22:17:00 +0000 (14:17 -0800)
committerMarco Paniconi <marpan@google.com>
Thu, 9 Jan 2014 22:33:40 +0000 (14:33 -0800)
commit193fa5c8ba64b835932a0b3f6b080bdad8b2ff87
tree1809f1414807cbff670efb8fe8f88851caf09b3f
parentc8e8d3a461c3a75e768bd8b380e4439de7acb290
Keep buffer clipped to maximum in change_config.

Under a configuration change, where the bitrate suddenly decreases,
the buffer level may be larger than maximum allowed (for that first frame to be encoded after change_config).
This change keeps it clipped to its maximum level.

Change-Id: I4d0b5b3d1fd8148600dd39e02bd630c9464baba5
vp8/encoder/onyx_if.c
vp9/encoder/vp9_onyx_if.c