]> granicus.if.org Git - libvpx/commit
vp8: Condition decimation drop logic on drop_frames_allowed
authorMarco Paniconi <marpan@google.com>
Fri, 1 Oct 2021 20:16:56 +0000 (13:16 -0700)
committerMarco Paniconi <marpan@google.com>
Fri, 1 Oct 2021 20:19:29 +0000 (13:19 -0700)
commit167de33ca8b24f072a88fcf51fbe782763717d00
tree73a9c6d71c248150f1abb8ed1b0bb6ee668acea6
parentb68877a7ebfe764714f8ce7aeb2a7f6d12b77989
vp8: Condition decimation drop logic on drop_frames_allowed

This allows user to make sure frame will be encoded
when drop_frames is set off (on the fly), no matter
the state of the buffer.

Change-Id: Ia7b39b93fe3721dd586bdbede72c525db87b6890
vp8/encoder/onyx_if.c