diff options
author | jstebbins <[email protected]> | 2009-05-06 22:41:17 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-05-06 22:41:17 +0000 |
commit | 608dfc094e62c0734cc22ffdcda73c3f60391924 (patch) | |
tree | b6e15263b8db0fa9046492c48d9de8733e41364c /libhb/common.h | |
parent | 4123d300dcd3105fc6ce5ef920205fcd83a6312b (diff) |
subtitle muxing:
initialize mux_data for passthru subtitles in muxmp4 and muxmkv
add non-continuous tracks for passthru subtitles in muxcommon
log closed caption data that gets to the muxer
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2393 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h index dfa1dcabd..f8921f654 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -458,6 +458,7 @@ struct hb_subtitle_s hb_fifo_t * fifo_raw; /* Decoded SPU */ hb_fifo_t * fifo_sync;/* Synced */ hb_fifo_t * fifo_out; /* Correct Timestamps, ready to be muxed */ + hb_mux_data_t * mux_data; #endif }; |