diff options
Diffstat (limited to 'contrib/ffmpeg/A01-h264-recovery-point.patch')
-rw-r--r-- | contrib/ffmpeg/A01-h264-recovery-point.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ffmpeg/A01-h264-recovery-point.patch b/contrib/ffmpeg/A01-h264-recovery-point.patch index 8688c021c..b9c29dc3a 100644 --- a/contrib/ffmpeg/A01-h264-recovery-point.patch +++ b/contrib/ffmpeg/A01-h264-recovery-point.patch @@ -1,5 +1,5 @@ diff --git a/libavcodec/h264.c b/libavcodec/h264.c -index 848d6a2..5a12fdb 100644 +index 54f6186..2647d5d 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -2164,6 +2164,7 @@ static void flush_dpb(AVCodecContext *avctx) @@ -10,7 +10,7 @@ index 848d6a2..5a12fdb 100644 } static int init_poc(H264Context *h) -@@ -3992,9 +3993,18 @@ again: +@@ -3995,9 +3996,18 @@ again: if ((err = decode_slice_header(hx, h))) break; |