summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorMatthew Heaney <matthewjheaney@google.com>2013-06-12 12:46:16 -0700
committerClément Bœsch <ubitux@gmail.com>2013-06-17 22:28:19 +0200
commitb24f15c45ed5328844367d88ebe71e0f142b7187 (patch)
treebe5e224e1c9f1aa75f3d94251955ba333c5a7dcd /libavformat/allformats.c
parentb4579a29c75e2968ede2ad002dd4a495dbfc883d (diff)
lavf: add WebVTT muxer.
This revision creates a WebVTT muxer, that outputs files having the format described in the following specification: http://dev.w3.org/html5/webvtt/
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 6274a759c4..d4a2d273af 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -292,7 +292,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX(WAV, wav);
REGISTER_DEMUXER (WC3, wc3);
REGISTER_MUXER (WEBM, webm);
- REGISTER_DEMUXER (WEBVTT, webvtt);
+ REGISTER_MUXDEMUX(WEBVTT, webvtt);
REGISTER_DEMUXER (WSAUD, wsaud);
REGISTER_DEMUXER (WSVQA, wsvqa);
REGISTER_MUXDEMUX(WTV, wtv);