diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-07-24 22:50:12 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-07-24 22:50:12 +0000 |
commit | ba2c508d0c7192e623fe835b3dea9328fdc0f03b (patch) | |
tree | 85adc3c7429dc5eb66dbe4ea52d2d3641b7ed916 /libavcodec/avcodec.h | |
parent | e3f7bf774caad334b258f4494e77420a7c161b63 (diff) | |
download | ffmpeg-ba2c508d0c7192e623fe835b3dea9328fdc0f03b.tar.gz |
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.h | 1 |
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, |