diff options
author | jstebbins <[email protected]> | 2008-12-05 00:11:09 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-12-05 00:11:09 +0000 |
commit | c6fc88888ef58b2063594659f3e08c1251ea776a (patch) | |
tree | c344c469189e0f1c7e58805d23aea9870477967c /gtk/src/hb-backend.h | |
parent | 766943e7149265a9ae029292eae90e01d960dad6 (diff) |
LinGui: make preview scalling take screen PAR into account
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2007 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/hb-backend.h')
-rw-r--r-- | gtk/src/hb-backend.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/src/hb-backend.h b/gtk/src/hb-backend.h index ff8609661..057bea693 100644 --- a/gtk/src/hb-backend.h +++ b/gtk/src/hb-backend.h @@ -134,7 +134,8 @@ gint ghb_find_audio_track(gint titleindex, const gchar *lang, gint index); gint ghb_longest_title(void); gchar* ghb_build_x264opts_string(GValue *settings); GdkPixbuf* ghb_get_preview_image( - gint titleindex, gint index, GValue *settings, gboolean borders); + gint titleindex, gint index, signal_user_data_t *ud, + gboolean borders, gint *width, gint *height); gint ghb_calculate_target_bitrate(GValue *settings, gint titleindex); gchar* ghb_dvd_volname(const gchar *device); gint ghb_get_title_number(gint titleindex); |