pombreda / webm

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

Crash when encoding the VP8 frame with VP8_EFLAG_NO_REF_LAST option #911

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This bug is introduced in the commit 
https://chromium.googlesource.com/webm/libvpx/+/af898b56bb2cd01ff8af72d276032b8a
d9988018

Function vp8_pick_inter_mode accesses plane[LAST_FRAME], but it is 
uninitialized, when VP8_EFLAG_NO_REF_LAST parameter is passed.

Original issue reported on code.google.com by notOrca on 11 Jan 2015 at 8:21

GoogleCodeExporter commented 9 years ago

Original comment by marpan@google.com on 12 Jan 2015 at 5:01

GoogleCodeExporter commented 9 years ago
Fix has been committed: https://gerrit.chromium.org/gerrit/#/c/73459/

Original comment by marpan@google.com on 13 Jan 2015 at 12:47

GoogleCodeExporter commented 9 years ago

Original comment by ya...@google.com on 15 Jan 2015 at 11:25