diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-09-01 14:34:24 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-09-23 15:24:08 +0200 |
commit | 2599541b3d7367d70d30ba88f17295265daef579 (patch) | |
tree | 8608d4071fa7e9bcb6896b3cdd8fdb52a8e9a633 /libavcodec/avcodec.h | |
parent | 697ea4fccf093dec5684cae9a90e1651071474d6 (diff) | |
download | ffmpeg-2599541b3d7367d70d30ba88f17295265daef579.tar.gz |
WebVTT demuxer and decoder.
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 e4bba5b090..0d643478f6 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -448,6 +448,7 @@ enum AVCodecID { AV_CODEC_ID_REALTEXT = MKBETAG('R','T','X','T'), AV_CODEC_ID_SUBVIEWER = MKBETAG('S','u','b','V'), AV_CODEC_ID_SUBRIP = MKBETAG('S','R','i','p'), + AV_CODEC_ID_WEBVTT = MKBETAG('W','V','T','T'), /* other specific kind of codecs (generally used for attachments) */ AV_CODEC_ID_FIRST_UNKNOWN = 0x18000, ///< A dummy ID pointing at the start of various fake codecs. |