]> granicus.if.org Git - libvpx/commit
Force show_frame=1 when show_existing_frame=1
authorAdrian Grange <agrange@google.com>
Tue, 21 Jan 2014 18:39:39 +0000 (10:39 -0800)
committerAdrian Grange <agrange@google.com>
Tue, 21 Jan 2014 18:39:39 +0000 (10:39 -0800)
commit3246692ebc5dee78aab0a63a363c1d50fe41ace7
tree3fed2b63bd79c528106a406897616ed61846707d
parent7a203301b7e5b96aab23912059af654aa2d88cd6
Force show_frame=1 when show_existing_frame=1

When showing a previously decoded frame, we need to
explicitly set the show_frame flag.

For the current frame being decoded this flag is
explicitly set in the frame header.

This should fix WebM Issue 696:
http://code.google.com/p/webm/issues/detail?id=696

Change-Id: I5751a809813f88d2ca6f62c47c3878475ff9ba8d
vp9/decoder/vp9_decodeframe.c