changeset 29254:195f6311ba4e

Some reformating to avoid two too long lines
author reynaldo
date Tue, 12 May 2009 02:58:29 +0000
parents f1a9a6fbc051
children 4076fbd38f20
files sub_cc.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/sub_cc.c	Tue May 12 02:45:52 2009 +0000
+++ b/sub_cc.c	Tue May 12 02:58:29 2009 +0000
@@ -2,10 +2,10 @@
  * decoder for Closed Captions
  *
  * This decoder relies on MPlayer's OSD to display subtitles.
- * Be warned that the decoding is somewhat preliminary, though it basically works.
+ * Be warned that decoding is somewhat preliminary, though it basically works.
  *
- * Most notably, only the text information is decoded as of now, discarding color,
- * background and position info (see source below).
+ * Most notably, only the text information is decoded as of now, discarding
+ * color, background and position info (see source below).
  *
  * by Matteo Giani
  *