diff options
author | jstebbins <[email protected]> | 2009-08-07 16:20:44 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-08-07 16:20:44 +0000 |
commit | d9e4eaf0e289c477945a91a3576f740d41bc7750 (patch) | |
tree | b2a82faf892c586c7d85501ce502fc727d0fbe8e /gtk/src/x264handler.h | |
parent | 6786c44b617d26c52712c3238ad8fd725648daf6 (diff) |
LinGui: don't disable subme 10 when psy-rd is 0
this was incorrect. instead, subme 10 requires trellis==2 and aq-mode > 0.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2752 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/x264handler.h')
-rw-r--r-- | gtk/src/x264handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/x264handler.h b/gtk/src/x264handler.h index 41659c94f..945a385e2 100644 --- a/gtk/src/x264handler.h +++ b/gtk/src/x264handler.h @@ -28,6 +28,6 @@ #include "settings.h" void ghb_x264_parse_options(signal_user_data_t *ud, const gchar *options); -gint ghb_lookup_badapt(gchar *options); +gint ghb_lookup_badapt(const gchar *options); #endif // _X264HANDLER_H_ |