summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2010-07-24 22:50:12 +0000
committerAurelien Jacobs <aurel@gnuage.org>2010-07-24 22:50:12 +0000
commitba2c508d0c7192e623fe835b3dea9328fdc0f03b (patch)
tree85adc3c7429dc5eb66dbe4ea52d2d3641b7ed916 /libavcodec/avcodec.h
parente3f7bf774caad334b258f4494e77420a7c161b63 (diff)
add SubRip muxer and demuxer
Originally committed as revision 24488 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 560d57594b..14e049d134 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -348,6 +348,7 @@ enum CodecID {
CODEC_ID_MOV_TEXT,
CODEC_ID_HDMV_PGS_SUBTITLE,
CODEC_ID_DVB_TELETEXT,
+ CODEC_ID_SRT,
/* other specific kind of codecs (generally used for attachments) */
CODEC_ID_TTF= 0x18000,