diff options
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/work.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/work.c b/libhb/work.c index 5a660bcee..ac672f5f6 100644 --- a/libhb/work.c +++ b/libhb/work.c @@ -754,6 +754,7 @@ static void do_job( hb_job_t * job, int cpu_count ) *subtitle = *(interjob->select_subtitle); free( interjob->select_subtitle ); interjob->select_subtitle = NULL; + break; } } } |