]> granicus.if.org Git - libvpx/commit
Set minimum frame size to be 1 byte
authorJingning Han <jingning@google.com>
Thu, 23 Aug 2018 23:51:26 +0000 (16:51 -0700)
committerJingning Han <jingning@google.com>
Fri, 31 Aug 2018 16:27:04 +0000 (16:27 +0000)
commitbffa4a68b010889c01338304e883b6e7156bf5c8
tree41e2dbff873b6e945166067b192afb39715df208
parent583ea4d07bef4859fa147b56ae9519b7e4b9d2a4
Set minimum frame size to be 1 byte

The show_existing_frame mode still needs to be sent to the decoder.
Account for this as 1 byte. This would make the encoder properly
update its state.

Change-Id: I32a59ccb5d0e02cc6367c1a264b2de72dc1432a7
vp9/encoder/vp9_encoder.c