OSDN Git Service

LinGui: When translating legacy presets, vquality 0 means RF 0, not 0%
[handbrake-jp/handbrake-jp-git.git] / gtk / src / widgetdeps.c
index ef58b76..71a5447 100644 (file)
@@ -18,22 +18,22 @@ static dependency_t dep_map[] =
 {
        {"title", "queue_add", "none", TRUE, FALSE},
        {"title", "queue_add_menu", "none", TRUE, FALSE},
-       {"title", "show_picture", "none", TRUE, FALSE},
-       {"title", "show_preview_menu", "none", TRUE, FALSE},
        {"title", "preview_frame", "none", TRUE, FALSE},
        {"title", "picture_label", "none", TRUE, FALSE},
        {"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},
-       {"vquality_type_constant", "constant_rate_factor", "TRUE", FALSE, FALSE},
        {"vquality_type_constant", "VideoTwoPass", "TRUE", TRUE, FALSE},
        {"vquality_type_constant", "VideoTurboTwoPass", "TRUE", TRUE, FALSE},
        {"VideoTwoPass", "VideoTurboTwoPass", "TRUE", FALSE, FALSE},
@@ -72,7 +72,6 @@ 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},