summaryrefslogtreecommitdiffstats
path: root/contrib/ffmpeg/A01-h264-recovery-point.patch
diff options
context:
space:
mode:
authorRodeo <[email protected]>2013-05-13 00:49:46 +0000
committerRodeo <[email protected]>2013-05-13 00:49:46 +0000
commit440e227cc4cddbb0461391b2a0d56d94b75f1c31 (patch)
tree8563c3b58811cd5a0d279b4969f6b480061fd816 /contrib/ffmpeg/A01-h264-recovery-point.patch
parent54548c1b81b719aba1810b9b21526fced9a675ce (diff)
Bump Libav to v9.6.
Miscellaneous security and bug fixes, including support for mixed interlaced/non-interlaced ProRes video. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5454 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/ffmpeg/A01-h264-recovery-point.patch')
-rw-r--r--contrib/ffmpeg/A01-h264-recovery-point.patch4
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 b9c29dc3a..353f18e9f 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 54f6186..2647d5d 100644
+index 8625b0f..e862701 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -2164,6 +2164,7 @@ static void flush_dpb(AVCodecContext *avctx)
@@ -10,7 +10,7 @@ index 54f6186..2647d5d 100644
}
static int init_poc(H264Context *h)
-@@ -3995,9 +3996,18 @@ again:
+@@ -4001,9 +4002,18 @@ again:
if ((err = decode_slice_header(hx, h)))
break;