mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Merge remote-tracking branch 'qatar/master'
* qatar/master: h264: remove redundant freeing of DPB in h264_decode_end Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
881050d229
@ -4946,13 +4946,6 @@ static av_cold int h264_decode_end(AVCodecContext *avctx)
|
|||||||
ff_h264_remove_all_refs(h);
|
ff_h264_remove_all_refs(h);
|
||||||
ff_h264_free_context(h);
|
ff_h264_free_context(h);
|
||||||
|
|
||||||
if (h->DPB) {
|
|
||||||
for (i = 0; i < MAX_PICTURE_COUNT; i++) {
|
|
||||||
unref_picture(h, &h->DPB[i]);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
av_freep(&h->DPB);
|
|
||||||
|
|
||||||
unref_picture(h, &h->cur_pic);
|
unref_picture(h, &h->cur_pic);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user