diff options
author | eddyg <[email protected]> | 2009-05-05 04:49:28 +0000 |
---|---|---|
committer | eddyg <[email protected]> | 2009-05-05 04:49:28 +0000 |
commit | 5d3a0ec24c831e9f5f1875f62613e64b45a62e27 (patch) | |
tree | c75e3de94e1cd9b60945dcd9922fb6ee4d0b4ba0 /libhb/work.c | |
parent | ec848fee96e7cbfbb2037b1908978ebe45543e54 (diff) |
Rewrite pass-through timestamps in sync, put on subtitle->fifo_out for muxing. Also put the mp4 subtitle display inline with muxing - easy for ritsuka to put into a subtitle track ;)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2384 b64f7644-9d1e-0410-96f1-a4d463321fa5
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 |