]> granicus.if.org Git - handbrake/commitdiff
LinGui: Enable advanced options entry box for mpeg4 codec
authorjstebbins <jstebbins.hb@gmail.com>
Sat, 5 May 2012 16:50:50 +0000 (16:50 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Sat, 5 May 2012 16:50:50 +0000 (16:50 +0000)
This broke when I renamed the internal value from "ffmpeg" to "ffmpeg4"

Thanks to Rogerio Brito for noticing this and submitting a patch!

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.9.x@4639 b64f7644-9d1e-0410-96f1-a4d463321fa5

gtk/src/makedeps.py

index d7c2fa762137165e76c0092ba7beb50859d0906f..674c56d6c2d32fa900a55595db65ea6a0c48643d 100644 (file)
@@ -47,7 +47,7 @@ dep_map = (
        DepEntry("PictureAutoCrop", "PictureLeftCrop", "FALSE", False, False),
        DepEntry("PictureAutoCrop", "PictureRightCrop", "FALSE", False, False),
        DepEntry("VideoEncoder", "x264_tab", "x264", False, True),
-       DepEntry("VideoEncoder", "lavc_mpeg4_tab", "ffmpeg|ffmpeg2", False, True),
+       DepEntry("VideoEncoder", "lavc_mpeg4_tab", "ffmpeg|ffmpeg4|ffmpeg2", False, True),
        DepEntry("VideoEncoder", "Mp4iPodCompatible", "x264", False, False),
        DepEntry("AudioTrackQualityEnable", "AudioTrackQuality", "FALSE", True, False),
        DepEntry("AudioTrackQualityEnable", "AudioTrackQualityValue", "FALSE", True, False),