X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=gtk%2Fsrc%2Fwidgetdeps.c;h=17502eba26b224ba433e4d791377ebd462b17dbd;hb=56ffbc6b992e78992d1fe573de91f72f8bcb4404;hp=4747f69debb0568ea69e37e66fb8aaae0231c81c;hpb=3d9cac66b27f6c14560a932db8e0bbacc966f76d;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/gtk/src/widgetdeps.c b/gtk/src/widgetdeps.c index 4747f69d..17502eba 100644 --- a/gtk/src/widgetdeps.c +++ b/gtk/src/widgetdeps.c @@ -18,8 +18,6 @@ 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}, @@ -33,7 +31,6 @@ static dependency_t dep_map[] = {"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,6 +69,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", "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},