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/codec_desc.c | |
parent | 697ea4fccf093dec5684cae9a90e1651071474d6 (diff) | |
download | ffmpeg-2599541b3d7367d70d30ba88f17295265daef579.tar.gz |
WebVTT demuxer and decoder.
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r-- | libavcodec/codec_desc.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index 1f22b17242..607dd96f81 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -2343,6 +2343,12 @@ static const AVCodecDescriptor codec_descriptors[] = { .long_name = NULL_IF_CONFIG_SMALL("SubViewer subtitle"), }, { + .id = AV_CODEC_ID_WEBVTT, + .type = AVMEDIA_TYPE_SUBTITLE, + .name = "webvtt", + .long_name = NULL_IF_CONFIG_SMALL("WebVTT subtitle"), + }, + { .id = AV_CODEC_ID_BINTEXT, .type = AVMEDIA_TYPE_VIDEO, .name = "bintext", |