summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.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/allcodecs.c
parent697ea4fccf093dec5684cae9a90e1651071474d6 (diff)
WebVTT demuxer and decoder.
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 8806c6a598..cba953f825 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -422,6 +422,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (SRT, srt);
REGISTER_ENCDEC (SUBRIP, subrip);
REGISTER_DECODER (SUBVIEWER, subviewer);
+ REGISTER_DECODER (WEBVTT, webvtt);
REGISTER_ENCDEC (XSUB, xsub);
/* external libraries */