diff options
author | jstebbins <[email protected]> | 2009-04-18 18:44:07 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-04-18 18:44:07 +0000 |
commit | 4312db0542356c5324b9a7ba705f73321f81a564 (patch) | |
tree | 2079e44fded2f91bbff9061c4f819379079a22e8 /libhb | |
parent | f090626988119eef202bfa9eddae7f92d99f3967 (diff) |
LinGui: disable DTS passthru option for MP4 file output
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2340 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/work.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/work.c b/libhb/work.c index 42613c3fb..4cd9ffe6e 100644 --- a/libhb/work.c +++ b/libhb/work.c @@ -720,7 +720,7 @@ static void do_job( hb_job_t * job, int cpu_count ) audio->priv.fifo_in = hb_fifo_init( 32 ); audio->priv.fifo_raw = hb_fifo_init( FIFO_CPU_MULT * cpu_count ); audio->priv.fifo_sync = hb_fifo_init( 32 ); - audio->priv.fifo_out = hb_fifo_init( FIFO_CPU_MULT * cpu_count ); + audio->priv.fifo_out = hb_fifo_init( 8 * FIFO_CPU_MULT * cpu_count ); /* |