diff options
author | jstebbins <[email protected]> | 2014-04-03 20:40:15 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-04-03 20:40:15 +0000 |
commit | a6272a5e7293bbe66d740892a6dd4f0b28261566 (patch) | |
tree | 4bb2c0f5708881a91cadb46539dcb978bb7da3ac /libhb/deccc608sub.h | |
parent | d7b0bcb01756e1768bdf3b53a61fc20fbba42d4b (diff) |
deccc608sub: fix roll-up subtitles
Roll-up CC timestamps need similar treatment as the popup CC timestamps.
Also, the simulated carriage return command that was added during
a rollup command was inserting blank lines in the CC, so fix that.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6144 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/deccc608sub.h')
-rw-r--r-- | libhb/deccc608sub.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/deccc608sub.h b/libhb/deccc608sub.h index b281bedbd..baf7ca081 100644 --- a/libhb/deccc608sub.h +++ b/libhb/deccc608sub.h @@ -97,6 +97,7 @@ struct s_write { int clear_sub_needed; // Indicates that we need to send a null // subtitle to clear the current subtitle + int rollup_cr; // Flag indicates if CR command performed by rollup }; enum command_code |