diff options
author | jstebbins <[email protected]> | 2009-06-25 18:54:30 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-06-25 18:54:30 +0000 |
commit | b463c8dfe181db0399077ea972fb4be30cba597d (patch) | |
tree | b7db4eaaa439da257c2fbacfcf05aa6dfebf84f9 /gtk/src/widgetdeps.c | |
parent | 869360c5d7e6c8d62f8664ac08b7de5f4788ebc6 (diff) |
LinGui: add preference option for iPod/iTunes friendly m4v extension
remove explicit m4v choice from Format combo (since it's not a separate format)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2622 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/widgetdeps.c')
-rw-r--r-- | gtk/src/widgetdeps.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/src/widgetdeps.c b/gtk/src/widgetdeps.c index 481cbf0ec..598b86b4e 100644 --- a/gtk/src/widgetdeps.c +++ b/gtk/src/widgetdeps.c @@ -37,9 +37,9 @@ static dependency_t dep_map[] = {"vquality_type_constant", "VideoTwoPass", "TRUE", TRUE, FALSE}, {"vquality_type_constant", "VideoTurboTwoPass", "TRUE", TRUE, FALSE}, {"VideoTwoPass", "VideoTurboTwoPass", "TRUE", FALSE, FALSE}, - {"FileFormat", "Mp4LargeFile", "mp4|m4v", FALSE, TRUE}, - {"FileFormat", "Mp4HttpOptimize", "mp4|m4v", FALSE, TRUE}, - {"FileFormat", "Mp4iPodCompatible", "mp4|m4v", FALSE, TRUE}, + {"FileFormat", "Mp4LargeFile", "mp4", FALSE, TRUE}, + {"FileFormat", "Mp4HttpOptimize", "mp4", FALSE, TRUE}, + {"FileFormat", "Mp4iPodCompatible", "mp4", FALSE, TRUE}, {"PictureDecomb", "PictureDeinterlace", "none", FALSE, FALSE}, {"PictureDecomb", "PictureDeinterlaceCustom", "none", FALSE, TRUE}, {"PictureDeinterlace", "PictureDeinterlaceCustom", "custom", FALSE, TRUE}, |