ericmckean / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

show_frame flag undefined behavior #696

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
More info here: 

https://groups.google.com/a/webmproject.org/forum/#!topic/webm-discuss/7Zsp9zyqR
Gk

The show_frame flag is inherited from the last frame decoded when 
show_existing_frame is set.   This means you get very odd behavior.

The default behavior for this needs to be fixed.

Original issue reported on code.google.com by jimbankoski@google.com on 21 Jan 2014 at 3:58

GoogleCodeExporter commented 9 years ago
When show_existing_frame is set the intended behavior was that the frame would 
be visible explicitly. The fix is to force such frames to have show_frame set 
to 1.

Fixed by patch:
https://gerrit.chromium.org/gerrit/#/c/68457/

Original comment by agra...@google.com on 22 Jan 2014 at 4:37

GoogleCodeExporter commented 9 years ago

Original comment by agra...@google.com on 22 Jan 2014 at 4:38

GoogleCodeExporter commented 9 years ago
A further related issue was reported by Alexander Voronov, which should be 
fixed by the following patch:
https://gerrit.chromium.org/gerrit/#/c/68502/

Original comment by agra...@google.com on 23 Jan 2014 at 5:52