diff options
author | jstebbins <[email protected]> | 2008-09-06 22:43:10 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-09-06 22:43:10 +0000 |
commit | 5917f628bf5aa7d6c19aa4bb67588ef064dc709c (patch) | |
tree | 7b3b6a45fa87399a7683b2fb18f0cdbc5c6dbddf /gtk/src/hb-backend.h | |
parent | 74961ccaa30bdf49516c89755e4b2a34e87c18fc (diff) |
LinGui: Fix a crash with re-scanning prior to encoding. Incorrect title
index was being used. Must be sure to use title->index for this.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1672 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/hb-backend.h')
-rw-r--r-- | gtk/src/hb-backend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/hb-backend.h b/gtk/src/hb-backend.h index 19ba4205b..2d04a0090 100644 --- a/gtk/src/hb-backend.h +++ b/gtk/src/hb-backend.h @@ -120,6 +120,7 @@ GdkPixbuf* ghb_get_preview_image( gint titleindex, gint index, GValue *settings, gboolean borders); gint ghb_calculate_target_bitrate(GValue *settings, gint titleindex); gchar* ghb_dvd_volname(const gchar *device); +gint ghb_get_title_number(gint titleindex); gint ghb_guess_bitrate(GValue *settings); gboolean ghb_validate_container(signal_user_data_t *ud); |