Mercurial > libavcodec.hg
diff avcodec.h @ 5483:447409d8770f libavcodec
First version of xsub decoder, not yet tested
| author | reimar |
|---|---|
| date | Sun, 05 Aug 2007 12:11:09 +0000 |
| parents | ad384eda0cb7 |
| children | 3d10c3e84f96 |
line wrap: on
line diff
--- a/avcodec.h Sun Aug 05 05:56:34 2007 +0000 +++ b/avcodec.h Sun Aug 05 12:11:09 2007 +0000 @@ -265,6 +265,7 @@ CODEC_ID_DVD_SUBTITLE= 0x17000, CODEC_ID_DVB_SUBTITLE, CODEC_ID_TEXT, /* raw UTF-8 text */ + CODEC_ID_XSUB, CODEC_ID_MPEG2TS= 0x20000, /* _FAKE_ codec to indicate a raw MPEG-2 TS * stream (only used by libavformat) */
