summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-07-11 13:13:20 +0000
committerAurelien Jacobs <aurel@gnuage.org>2007-07-11 13:13:20 +0000
commitf7e97aaf877fbed5b618798c055603e5d7da5d12 (patch)
tree992be041fc63049143b60c7fa3349f27c9a7782b /libavcodec/avcodec.h
parent45da8124a09d0ac5f9d8174884584c5f80309d0c (diff)
downloadffmpeg-streaming-f7e97aaf877fbed5b618798c055603e5d7da5d12.zip
ffmpeg-streaming-f7e97aaf877fbed5b618798c055603e5d7da5d12.tar.gz
add support for Matroska subtitle tracks
Originally committed as revision 9591 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index ef6ba1d..e1d3714 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -262,6 +262,7 @@ enum CodecID {
/* subtitle codecs */
CODEC_ID_DVD_SUBTITLE= 0x17000,
CODEC_ID_DVB_SUBTITLE,
+ CODEC_ID_TEXT,
CODEC_ID_MPEG2TS= 0x20000, /* _FAKE_ codec to indicate a raw MPEG-2 TS
* stream (only used by libavformat) */
OpenPOWER on IntegriCloud