summaryrefslogtreecommitdiffstats
path: root/gtk/src/hb-backend.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/src/hb-backend.c')
-rw-r--r--gtk/src/hb-backend.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c
index dc11f580b..8579872e4 100644
--- a/gtk/src/hb-backend.c
+++ b/gtk/src/hb-backend.c
@@ -2989,6 +2989,7 @@ add_job(hb_handle_t *h, GValue *js, gint unique_id, gint titleindex)
job->start_at_preview = ghb_settings_get_int(js, "start_frame") + 1;
if (job->start_at_preview)
{
+g_message("duration %d", ghb_settings_get_int(js, "live_duration"));
job->seek_points = ghb_settings_get_int(js, "preview_count");
job->pts_to_stop = ghb_settings_get_int(js, "live_duration") * 90000LL;
}