]> granicus.if.org Git - libvpx/commit
Bugfix from reordering frame probs patch
authorDeb Mukherjee <debargha@google.com>
Mon, 22 Apr 2013 19:43:12 +0000 (12:43 -0700)
committerDeb Mukherjee <debargha@google.com>
Mon, 22 Apr 2013 19:43:12 +0000 (12:43 -0700)
commit5fa64bdef0bf760074407b9bf853eef6d64ea089
tree5246b3def2e087b3a7775392e0c5a24c13f16505
parent6ce718eb180467c3e18ee648403699ed762cc187
Bugfix from reordering frame probs patch

This fixes an intermittent mismatch issue cause by moving
the lossless mode decoding bit to after the loop filter
setup information. We need to ensure that the lossless bit
is decoded prior to loop filter setup.

Change-Id: I3faa3fff8e1013b7405dac91268350e059ed121e
vp9/decoder/vp9_decodframe.c
vp9/encoder/vp9_bitstream.c