diff options
Diffstat (limited to 'libhb/work.c')
-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 b413c78fe..6159caf03 100644 --- a/libhb/work.c +++ b/libhb/work.c @@ -490,6 +490,7 @@ static void do_job( hb_job_t * job, int cpu_count ) { subtitle->fifo_in = hb_fifo_init( FIFO_CPU_MULT * cpu_count ); subtitle->fifo_raw = hb_fifo_init( FIFO_CPU_MULT * cpu_count ); + subtitle->fifo_out = hb_fifo_init( FIFO_CPU_MULT * cpu_count ); /* * Disable forced subtitles if we didn't find any in the scan |