X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=gtk%2Fsrc%2Fwidgetdeps.c;h=598b86b4e47c6318b31e9e9a093920745ba7e5a9;hb=c5d657b94da2631bcb30e034b58a4d5a5d72f1f2;hp=90e80756b7a8bfdd6600f583aab43021db811e60;hpb=18103bb5a84914ea6ab02d995267e64ea452f4bb;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/gtk/src/widgetdeps.c b/gtk/src/widgetdeps.c index 90e80756..598b86b4 100644 --- a/gtk/src/widgetdeps.c +++ b/gtk/src/widgetdeps.c @@ -37,11 +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", "SubtitleForeignBurned", "mp4|m4v", TRUE, FALSE}, - {"FileFormat", "SubtitleForeignDefaultTrack", "mp4|m4v", TRUE, FALSE}, + {"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}, @@ -59,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},