# HG changeset patch # User reynaldo # Date 1242097109 0 # Node ID 195f6311ba4e723c19c47455ffe9c738f7bf2566 # Parent f1a9a6fbc051e15bea2e56bb65e5fa9aeed588b9 Some reformating to avoid two too long lines diff -r f1a9a6fbc051 -r 195f6311ba4e sub_cc.c --- 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 *