OSDN Git Service

Closed Captions: Don't mess with the case.
authoreddyg <eddyg@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 29 Jun 2009 22:01:18 +0000 (22:01 +0000)
committereddyg <eddyg@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 29 Jun 2009 22:01:18 +0000 (22:01 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@2643 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/deccc608sub.c

index 87899b4..48bb1f7 100644 (file)
@@ -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;