From 5fd1f697d13f1969bf28e706a2e5df0e5c3c2459 Mon Sep 17 00:00:00 2001 From: eddyg Date: Mon, 29 Jun 2009 22:01:18 +0000 Subject: [PATCH] Closed Captions: Don't mess with the case. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2643 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/deccc608sub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0