summaryrefslogtreecommitdiffstats
path: root/sub_cc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sub_cc.c')
-rw-r--r--sub_cc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sub_cc.c b/sub_cc.c
index ac43c18754..7df87ef49a 100644
--- a/sub_cc.c
+++ b/sub_cc.c
@@ -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
*