diff options
author | eddyg <[email protected]> | 2009-06-29 22:01:18 +0000 |
---|---|---|
committer | eddyg <[email protected]> | 2009-06-29 22:01:18 +0000 |
commit | 5fd1f697d13f1969bf28e706a2e5df0e5c3c2459 (patch) | |
tree | 365c0f90070d3e56d135a7146680f28ec53a6aa0 /libhb/deccc608sub.c | |
parent | c2f92b619301c3d9c21b01f645efbd43513462dc (diff) |
Closed Captions: Don't mess with the case.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2643 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/deccc608sub.c')
-rw-r--r-- | libhb/deccc608sub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/deccc608sub.c b/libhb/deccc608sub.c index 87899b4c4..48bb1f73d 100644 --- a/libhb/deccc608sub.c +++ b/libhb/deccc608sub.c @@ -16,7 +16,7 @@ static int nofontcolor = 0; static enum encoding_type encoding = ENC_UTF_8; static int cc_channel = 1; static enum output_format write_format = OF_SRT; -static int sentence_cap = 1; +static int sentence_cap = 0; static int subs_delay = 0; static LLONG screens_to_process = -1; static int processed_enough = 0; |