diff options
Diffstat (limited to 'libhb/work.c')
-rw-r--r-- | libhb/work.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libhb/work.c b/libhb/work.c index a2290cc8b..6b2452d19 100644 --- a/libhb/work.c +++ b/libhb/work.c @@ -313,8 +313,9 @@ void hb_display_job_info(hb_job_t *job) } else if( job->frame_to_start || job->frame_to_stop ) { - hb_log( " + title %d, frames %d to %d", title->index, - job->frame_to_start, job->frame_to_start + job->frame_to_stop ); + hb_log(" + title %d, frames %d to %d", title->index, + job->frame_to_start, job->frame_to_start + + job->frame_to_stop - 1); } else { |