X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=gtk%2Fsrc%2Fwidgetdeps.c;h=8d6b03290b3f01b05ab85e25fa4702c89649571f;hb=5fd4d5461a874e0cf0202616bb88eb591a59ff3f;hp=af8049f58f917f6cd8d55a2080b84b871d72ac8b;hpb=d4981e26e149b0facd9a3be30d4fc265d3df5bcd;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/gtk/src/widgetdeps.c b/gtk/src/widgetdeps.c index af8049f5..8d6b0329 100644 --- a/gtk/src/widgetdeps.c +++ b/gtk/src/widgetdeps.c @@ -18,30 +18,34 @@ 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}, - {"FileFormat", "Mp4LargeFile", "mp4|m4v", FALSE, TRUE}, - {"FileFormat", "Mp4HttpOptimize", "mp4|m4v", FALSE, TRUE}, - {"FileFormat", "Mp4iPodCompatible", "mp4|m4v", FALSE, TRUE}, - {"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}, @@ -53,15 +57,14 @@ 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}, - {"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},