[vlc-devel] commit: avcodec: add fourcc's for some of the avcodec supported subtitles ( Derk-Jan Hartman )

Derk-Jan Hartman hartman at videolan.org
Thu Sep 18 16:58:55 CEST 2008


On 18 sep 2008, at 16:32, git version control wrote:
> vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Thu  
> Sep 18 16:21:01 2008 +0200|  
> [12c7ab4888373fa667de1ff9d53f418c07e561c6] | committer: Derk-Jan  
> Hartman
>
> avcodec: add fourcc's for some of the avcodec supported subtitles
>
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=12c7ab4888373fa667de1ff9d53f418c07e561c6
> ---
> +#if LIBAVCODEC_VERSION_INT >= ((51<<16)+(50<<8)+0)
> +    { VLC_FOURCC('s','s','a',' '), CODEC_ID_SSA,
> +      SPU_ES, "SubStation Alpha subtitles" },
> +#endif

Small problem here....

subtitle_asa.c and mkv.cpp:
[ass] **MSGL_V**: event at 1221747591994, +5220: 5,0,Default,CC, 
0000,0000,0000,,The power of absolute obedience. The ability to give  
anyone an order. Geass.

avformat:
[ass] **MSGL_V**: event at 1221748238948, +0: Dialogue:  
0,0:00:18.34,0:00:23.56,Default,CC,0000,0000,0000,,The power of  
absolute obedience. The ability to give anyone an order. Geass.

DJ



More information about the vlc-devel mailing list