OSDN Git Service

LinGui: add mbtree checkbox to x264 settings tab
[handbrake-jp/handbrake-jp-git.git] / gtk / src / widgetdeps.c
index 90e8075..ef58b76 100644 (file)
@@ -37,13 +37,15 @@ 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},
-       {"PictureDecomb", "PictureDeinterlace", "none", FALSE, FALSE},
-       {"PictureDecomb", "PictureDeinterlaceCustom", "none", FALSE, TRUE},
+       {"FileFormat", "Mp4LargeFile", "mp4", FALSE, TRUE},
+       {"FileFormat", "Mp4HttpOptimize", "mp4", FALSE, TRUE},
+       {"FileFormat", "Mp4iPodCompatible", "mp4", FALSE, TRUE},
+       {"PictureDecombDeinterlace", "PictureDeinterlace", "TRUE", TRUE, TRUE},
+       {"PictureDecombDeinterlace", "PictureDeinterlaceCustom", "TRUE", TRUE, TRUE},
+       {"PictureDecombDeinterlace", "PictureDeinterlaceLabel", "TRUE", TRUE, TRUE},
+       {"PictureDecombDeinterlace", "PictureDecomb", "FALSE", TRUE, TRUE},
+       {"PictureDecombDeinterlace", "PictureDecombCustom", "FALSE", TRUE, TRUE},
+       {"PictureDecombDeinterlace", "PictureDecombLabel", "FALSE", TRUE, TRUE},
        {"PictureDeinterlace", "PictureDeinterlaceCustom", "custom", FALSE, TRUE},
        {"PictureDenoise", "PictureDenoiseCustom", "custom", FALSE, TRUE},
        {"PictureDecomb", "PictureDecombCustom", "custom", FALSE, TRUE},
@@ -59,6 +61,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},
@@ -69,6 +72,7 @@ static dependency_t dep_map[] =
        {"x264_subme", "x264_psy_trell", "<6", TRUE, FALSE},
        {"x264_cabac", "x264_psy_trell", "TRUE", FALSE, FALSE},
        {"x264_trellis", "x264_psy_trell", "0", TRUE, FALSE},
+       {"x264_mbtree", "x264_bpyramid", "FALSE", FALSE, FALSE},
        {"ChapterMarkers", "chapters_list", "TRUE", FALSE, FALSE},
        {"use_source_name", "chapters_in_destination", "TRUE", FALSE, FALSE},
        {"use_source_name", "title_no_in_destination", "TRUE", FALSE, FALSE},