iniwf / webm

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

[VP9] Decoder may use uninitialized entropy contexts #897

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When decoding starts with intra-only frame and the first frame doesn't use 
reset_frame_context or error_resilient flag, decoder may try to use 
uninitialized frame context. Or one of the further frames may refer to not 
initialized context.

Proposed fix:
https://gerrit.chromium.org/gerrit/#/c/73224/

Original issue reported on code.google.com by ru.xa...@gmail.com on 11 Dec 2014 at 6:06

GoogleCodeExporter commented 9 years ago

Original comment by johannko...@google.com on 12 Dec 2014 at 6:49

GoogleCodeExporter commented 9 years ago
fix merged. 

Original comment by ya...@google.com on 15 Jan 2015 at 2:13