diff options
author | jstebbins <[email protected]> | 2009-06-04 21:14:41 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-06-04 21:14:41 +0000 |
commit | 65cb895b41176c6c06558a5fd52a6f2657c65ad2 (patch) | |
tree | 249a1902ccb0741bcb4a3dc903fd3af4d97ab104 /gtk/src/widgetdeps.c | |
parent | f1a347e745c0570ffaaac9bd270f4d8578d3d1b3 (diff) |
LinGui: make "Foreign Audio Search" a separate widget instead of adding it
like a to the subtitle track list as if it were a regular subtitle track.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2485 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/widgetdeps.c')
-rw-r--r-- | gtk/src/widgetdeps.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/src/widgetdeps.c b/gtk/src/widgetdeps.c index af8049f58..90e80756b 100644 --- a/gtk/src/widgetdeps.c +++ b/gtk/src/widgetdeps.c @@ -40,6 +40,8 @@ static dependency_t dep_map[] = {"FileFormat", "Mp4LargeFile", "mp4|m4v", FALSE, TRUE}, {"FileFormat", "Mp4HttpOptimize", "mp4|m4v", FALSE, TRUE}, {"FileFormat", "Mp4iPodCompatible", "mp4|m4v", FALSE, TRUE}, + {"FileFormat", "SubtitleForeignBurned", "mp4|m4v", TRUE, FALSE}, + {"FileFormat", "SubtitleForeignDefaultTrack", "mp4|m4v", TRUE, FALSE}, {"PictureDecomb", "PictureDeinterlace", "none", FALSE, FALSE}, {"PictureDecomb", "PictureDeinterlaceCustom", "none", FALSE, TRUE}, {"PictureDeinterlace", "PictureDeinterlaceCustom", "custom", FALSE, TRUE}, |