mirror of https://github.com/mpv-player/mpv
Some reformating to avoid two too long lines
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29296 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8da20964d5
commit
08525a3e0b
6
sub_cc.c
6
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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue