diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2007-08-05 12:11:09 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2007-08-05 12:11:09 +0000 |
commit | 7e2643ae8d04ba6270b25c42f733ba5bfa76174a (patch) | |
tree | cee18405ace22430e13968b409a81206230621df /libavcodec/avcodec.h | |
parent | 6b05eb31176ff3d0493a08ccb13d7e52736d2045 (diff) | |
download | ffmpeg-7e2643ae8d04ba6270b25c42f733ba5bfa76174a.tar.gz |
First version of xsub decoder, not yet tested
Originally committed as revision 9933 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 57bffbbda0..80eb3e350f 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -265,6 +265,7 @@ enum CodecID { 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) */ |