diff options
author | Rodeo <[email protected]> | 2013-03-03 22:23:53 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-03-03 22:23:53 +0000 |
commit | 34ee5bdb2d58f161a5e433e7a1735af9bfd0ffa3 (patch) | |
tree | 8b37b81ea2d86ba26c48b38feff11e4f816f947a /contrib | |
parent | 6041da8c65f9049e8d1ca5cb3ce7bfb0a48f1fd4 (diff) |
Bump Libav to v9.3.
Miscellaneous security fixes.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5294 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ffmpeg/A01-h264-recovery-point.patch | 4 | ||||
-rw-r--r-- | contrib/ffmpeg/module.defs | 2 |
2 files changed, 3 insertions, 3 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; diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs index ff86e0192..7e245d8e5 100644 --- a/contrib/ffmpeg/module.defs +++ b/contrib/ffmpeg/module.defs @@ -1,7 +1,7 @@ $(eval $(call import.MODULE.defs,FFMPEG,ffmpeg,YASM BZIP2 ZLIB FDKAAC)) $(eval $(call import.CONTRIB.defs,FFMPEG)) -FFMPEG.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libav-v9.2.tar.bz2 +FFMPEG.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libav-v9.3.tar.bz2 FFMPEG.CONFIGURE.deps = FFMPEG.CONFIGURE.env = |