diff options
author | eddyg <[email protected]> | 2009-05-06 22:25:34 +0000 |
---|---|---|
committer | eddyg <[email protected]> | 2009-05-06 22:25:34 +0000 |
commit | 4123d300dcd3105fc6ce5ef920205fcd83a6312b (patch) | |
tree | ca84179a0b8d07b6b4b389537864aedbc66f9942 /libhb/muxmp4.c | |
parent | 6c18f1b2bb0d939bd76a958907b2848db98ba380 (diff) |
Fix Closed Caption start/stop times, switched to SRT encoding including markup for text subs internal to HB.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2392 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/muxmp4.c')
-rw-r--r-- | libhb/muxmp4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/muxmp4.c b/libhb/muxmp4.c index 6795a33ec..54045283f 100644 --- a/libhb/muxmp4.c +++ b/libhb/muxmp4.c @@ -609,7 +609,7 @@ static int MP4Mux( hb_mux_object_t * m, hb_mux_data_t * mux_data, } else { if( sub->start < buf->start ) { sub = hb_fifo_get( subtitle->fifo_out ); - hb_log("MuxMP4: Text Sub:%lld: %s", sub->start, sub->data); + hb_log("MuxMP4: Text Sub:%lld:%lld: %s", sub->start, sub->stop, sub->data); hb_buffer_close( &sub ); } else { /* |