diff options
author | jstebbins <[email protected]> | 2011-10-26 17:53:34 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-10-26 17:53:34 +0000 |
commit | 9539f510c2a59b4e220f2c5e3e09bfc53cf1742b (patch) | |
tree | 97774a728b4a8bdb43ffaebf101fb4f7e09cc89d /contrib/ffmpeg/module.defs | |
parent | af35427d0c2b53fda08e2857256ffa0e99db1aa7 (diff) |
bump ffmpeg to v0.7-1470-gb95fbba
Fixes problem setting dsur_mode in ac3 encoder that caused encode
failures if using ac3 encoder and mixdown is dolby or dplii.
Fixes a VC-1 decode issue that caused scattered misplaced blocks.
Fixes swscale bug that caused banding.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4322 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/ffmpeg/module.defs')
-rw-r--r-- | contrib/ffmpeg/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs index b71f197e3..87bead3e2 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)) $(eval $(call import.CONTRIB.defs,FFMPEG)) -FFMPEG.FETCH.url = http://download.handbrake.fr/handbrake/contrib/ffmpeg-v0.7-1318-g91038cd.tar.bz2 +FFMPEG.FETCH.url = http://download.handbrake.fr/handbrake/contrib/ffmpeg-v0.7-1470-gb95fbba.tar.bz2 FFMPEG.CONFIGURE.deps = FFMPEG.CONFIGURE.env = |