summaryrefslogtreecommitdiff
path: root/libavcodec/codec_desc.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-09-01 14:34:24 +0200
committerClément Bœsch <ubitux@gmail.com>2012-09-23 15:24:08 +0200
commit2599541b3d7367d70d30ba88f17295265daef579 (patch)
tree8608d4071fa7e9bcb6896b3cdd8fdb52a8e9a633 /libavcodec/codec_desc.c
parent697ea4fccf093dec5684cae9a90e1651071474d6 (diff)
WebVTT demuxer and decoder.
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r--libavcodec/codec_desc.c6
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",