summaryrefslogtreecommitdiffstats
path: root/contrib/ffmpeg/A05-h264-recovery.patch
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ffmpeg/A05-h264-recovery.patch')
-rw-r--r--contrib/ffmpeg/A05-h264-recovery.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/contrib/ffmpeg/A05-h264-recovery.patch b/contrib/ffmpeg/A05-h264-recovery.patch
deleted file mode 100644
index d27b35bdd..000000000
--- a/contrib/ffmpeg/A05-h264-recovery.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/libavcodec/h264dec.c b/libavcodec/h264dec.c
-index 5137039..6d7aa7b 100644
---- a/libavcodec/h264dec.c
-+++ b/libavcodec/h264dec.c
-@@ -452,7 +452,6 @@ void ff_h264_flush_change(H264Context *h)
- if (h->cur_pic_ptr)
- h->cur_pic_ptr->reference = 0;
- h->first_field = 0;
-- ff_h264_sei_uninit(&h->sei);
- h->recovery_frame = -1;
- h->frame_recovered = 0;
- }
-@@ -466,6 +465,7 @@ static void flush_dpb(AVCodecContext *avctx)
- memset(h->delayed_pic, 0, sizeof(h->delayed_pic));
-
- ff_h264_flush_change(h);
-+ ff_h264_sei_uninit(&h->sei);
-
- for (i = 0; i < H264_MAX_PICTURE_COUNT; i++)
- ff_h264_unref_picture(h, &h->DPB[i]);