OSDN Git Service

LinGui: don't disable subme 10 when psy-rd is 0
[handbrake-jp/handbrake-jp-git.git] / gtk / src / widgetdeps.c
index af8049f..598b86b 100644 (file)
@@ -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},
@@ -57,6 +57,7 @@ static dependency_t dep_map[] =
        {"AudioEncoder", "AudioSamplerate", "ac3|dts|auto", TRUE, FALSE},
        {"AudioEncoder", "AudioMixdown", "ac3|dts|auto", TRUE, FALSE},
        {"AudioEncoder", "AudioTrackDRCSlider", "ac3|dts|auto", TRUE, FALSE},
+       {"AudioEncoder", "drc_label", "ac3|dts|auto", TRUE, FALSE},
        {"x264_bframes", "x264_weighted_bframes", "0", TRUE, FALSE},
        {"x264_bframes", "x264_bpyramid", "<2", TRUE, FALSE},
        {"x264_bframes", "x264_direct", "0", TRUE, FALSE},