]> git.sesse.net Git - vlc/commit
Added CD+G file support:
authorLaurent Aimar <fenrir@videolan.org>
Fri, 28 Sep 2007 21:58:26 +0000 (21:58 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Fri, 28 Sep 2007 21:58:26 +0000 (21:58 +0000)
commitbc265de2d5dbc611c3247eaf18aea32272616a1e
treecdf96120de4505cec9c2dab72c770512d526e216
parentcf4eaf99ea8bae52ac5fc9a4934f5223c8964c51
Added CD+G file support:
 - as a standalone file
 - as a kind of subtitle (even if it is a video track).
CD-G disk are not supported.

Please, report any file incorrectly decoded. (I have 0 sample with
circular scrolling)

In subtitle_Detect, do not add as a subtitle the file for which we
are doing the detection.
 (subtitle_Detect("file.sub") returned "file.sub")
modules/codec/cdg.c [new file with mode: 0644]
modules/demux/cdg.c [new file with mode: 0644]
src/input/subtitles.c