summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-12 02:58:29 +0000
committerreynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-12 02:58:29 +0000
commit08525a3e0bfa3dc4cd3fa460456738dfeef204cf (patch)
tree3e206fd13b711b00cbdae34757755292745c8899
parent8da20964d53b7100867075b0995ff0cf695e9d5c (diff)
downloadmpv-08525a3e0bfa3dc4cd3fa460456738dfeef204cf.tar.bz2
mpv-08525a3e0bfa3dc4cd3fa460456738dfeef204cf.tar.xz
Some reformating to avoid two too long lines
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29296 b3059339-0415-0410-9bf9-f77b7e298cf2
-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
*