h264: check that DPB is allocated before accessing it in flush_dpb()
This commit is contained in:
parent
d0a863ac89
commit
555000c7d5
@ -2623,6 +2623,7 @@ static void flush_dpb(AVCodecContext *avctx)
|
|||||||
|
|
||||||
flush_change(h);
|
flush_change(h);
|
||||||
|
|
||||||
|
if (h->DPB)
|
||||||
for (i = 0; i < MAX_PICTURE_COUNT; i++)
|
for (i = 0; i < MAX_PICTURE_COUNT; i++)
|
||||||
unref_picture(h, &h->DPB[i]);
|
unref_picture(h, &h->DPB[i]);
|
||||||
h->cur_pic_ptr = NULL;
|
h->cur_pic_ptr = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user