Check for missing reference in vp5/6 decoder.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 6a0e78929a)
This commit is contained in:
committed by
Michael Niedermayer
parent
69b6248327
commit
a5a02ea3f2
@@ -399,6 +399,8 @@ static void vp56_decode_mb(VP56Context *s, int row, int col, int is_alpha)
|
||||
|
||||
frame_current = s->framep[VP56_FRAME_CURRENT];
|
||||
frame_ref = s->framep[ref_frame];
|
||||
if (mb_type != VP56_MB_INTRA && !frame_ref->data[0])
|
||||
return;
|
||||
|
||||
ab = 6*is_alpha;
|
||||
b_max = 6 - 2*is_alpha;
|
||||
|
||||
Reference in New Issue
Block a user