diff options
author | jstebbins <[email protected]> | 2009-10-14 20:46:27 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-10-14 20:46:27 +0000 |
commit | b5bcace7027df5b269d3dfba32df9fa7c05e1d85 (patch) | |
tree | 713776a56b12cf4a08505857920696df89e4d940 /gtk/src/widgetdeps.c | |
parent | 3b76ee6a04ac59d3f3da080eb08d974734916db1 (diff) |
LinGui: remove CQP option from preferences
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2887 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/widgetdeps.c')
-rw-r--r-- | gtk/src/widgetdeps.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/src/widgetdeps.c b/gtk/src/widgetdeps.c index a9c372682..17502eba2 100644 --- a/gtk/src/widgetdeps.c +++ b/gtk/src/widgetdeps.c @@ -31,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}, |