OSDN Git Service

MacGui: Remove Target Size as a rate control option as it doesn't really work correct...
[handbrake-jp/handbrake-jp-git.git] / gtk / src / widgetdeps.c
index 17502eb..8d6b032 100644 (file)
@@ -23,11 +23,14 @@ static dependency_t dep_map[] =
        {"title", "picture_tab", "none", TRUE, FALSE},
        {"title", "chapters_label", "none", TRUE, FALSE},
        {"title", "chapters_tab", "none", TRUE, FALSE},
-       {"title", "start_chapter", "none", TRUE, FALSE},
-       {"title", "end_chapter", "none", TRUE, FALSE},
+       {"title", "start_point", "none", TRUE, FALSE},
+       {"title", "end_point", "none", TRUE, FALSE},
        {"title", "angle", "none", TRUE, FALSE},
+       {"title", "angle_label", "1", TRUE, FALSE},
        {"use_dvdnav", "angle", "FALSE", TRUE, TRUE},
        {"use_dvdnav", "angle_label", "FALSE", TRUE, TRUE},
+       {"angle_count", "angle", "1", TRUE, TRUE},
+       {"angle_count", "angle_label", "1", TRUE, TRUE},
        {"vquality_type_bitrate", "VideoAvgBitrate", "TRUE", FALSE, FALSE},
        {"vquality_type_target", "VideoTargetSize", "TRUE", FALSE, FALSE},
        {"vquality_type_constant", "VideoQualitySlider", "TRUE", FALSE, FALSE},
@@ -54,22 +57,19 @@ static dependency_t dep_map[] =
        {"VideoEncoder", "x264_tab", "x264", FALSE, FALSE},
        {"VideoEncoder", "x264_tab_label", "x264", FALSE, FALSE},
        {"VideoEncoder", "Mp4iPodCompatible", "x264", FALSE, FALSE},
-       {"AudioEncoder", "AudioBitrate", "ac3|dts|auto", TRUE, FALSE},
-       {"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},
+       {"AudioEncoderActual", "AudioBitrate", "ac3|dts", TRUE, FALSE},
+       {"AudioEncoderActual", "AudioSamplerate", "ac3|dts", TRUE, FALSE},
+       {"AudioEncoderActual", "AudioMixdown", "ac3|dts", TRUE, FALSE},
+       {"AudioEncoderActual", "AudioTrackDRCSlider", "ac3|dts", TRUE, FALSE},
+       {"AudioEncoderActual", "drc_label", "ac3|dts", TRUE, FALSE},
        {"x264_bframes", "x264_bpyramid", "<2", TRUE, FALSE},
        {"x264_bframes", "x264_direct", "0", TRUE, FALSE},
        {"x264_bframes", "x264_b_adapt", "0", TRUE, FALSE},
-       {"x264_refs", "x264_mixed_refs", "<2", TRUE, FALSE},
        {"x264_cabac", "x264_trellis", "TRUE", FALSE, FALSE},
        {"x264_subme", "x264_psy_rd", "<6", TRUE, FALSE},
        {"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", "TRUE", TRUE, 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},