diff options
Diffstat (limited to 'libhb/work.c')
-rw-r--r-- | libhb/work.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/work.c b/libhb/work.c index 8e0734ceb..8c6db7d54 100644 --- a/libhb/work.c +++ b/libhb/work.c @@ -278,7 +278,7 @@ void hb_display_job_info( hb_job_t * job ) if( subtitle ) { - hb_log( " * subtitle track %i, %s (id %x)", job->subtitle+1, subtitle->lang, subtitle->id); + hb_log( " * subtitle track %i, %s (id %x)", subtitle->track, subtitle->lang, subtitle->id); } } @@ -503,7 +503,7 @@ static void do_job( hb_job_t * job, int cpu_count ) } } - if (!job->indepth_scan || job->subtitle_force) { + if( !job->indepth_scan || job->subtitle_force ) { /* * Don't add threads for subtitles when we are scanning, unless * looking for forced subtitles. |