WebVTT demuxer and decoder.

This commit is contained in:
Clément Bœsch
2012-09-01 14:34:24 +02:00
parent 697ea4fccf
commit 2599541b3d
14 changed files with 308 additions and 3 deletions

View File

@@ -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.