diff options
author | jstebbins <[email protected]> | 2009-06-11 18:49:59 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-06-11 18:49:59 +0000 |
commit | 025ec4178852643d51df2003d23a21bd74206a26 (patch) | |
tree | 0eb82483d25354c0a52ca7de346e4d28624e7e00 /gtk/src/x264handler.h | |
parent | 942cd1e98536e86ba7d6e70d5fee41e5b4419bd3 (diff) |
LinGui: per irc discussion with D_S, in turbo 1st pass, leave weightb alone
if b-adapt=2.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2520 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/x264handler.h')
-rw-r--r-- | gtk/src/x264handler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/x264handler.h b/gtk/src/x264handler.h index 89e906ab3..41659c94f 100644 --- a/gtk/src/x264handler.h +++ b/gtk/src/x264handler.h @@ -28,5 +28,6 @@ #include "settings.h" void ghb_x264_parse_options(signal_user_data_t *ud, const gchar *options); +gint ghb_lookup_badapt(gchar *options); #endif // _X264HANDLER_H_ |