comparison sub_cc.c @ 29254:195f6311ba4e

Some reformating to avoid two too long lines
author reynaldo
date Tue, 12 May 2009 02:58:29 +0000
parents f1a9a6fbc051
children 0f1b5b68af32
comparison
equal deleted inserted replaced
29253:f1a9a6fbc051 29254:195f6311ba4e
1 /* 1 /*
2 * decoder for Closed Captions 2 * decoder for Closed Captions
3 * 3 *
4 * This decoder relies on MPlayer's OSD to display subtitles. 4 * This decoder relies on MPlayer's OSD to display subtitles.
5 * Be warned that the decoding is somewhat preliminary, though it basically works. 5 * Be warned that decoding is somewhat preliminary, though it basically works.
6 * 6 *
7 * Most notably, only the text information is decoded as of now, discarding color, 7 * Most notably, only the text information is decoded as of now, discarding
8 * background and position info (see source below). 8 * color, background and position info (see source below).
9 * 9 *
10 * by Matteo Giani 10 * by Matteo Giani
11 * 11 *
12 * uses source from the xine closed captions decoder 12 * uses source from the xine closed captions decoder
13 */ 13 */