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 /libavformat/allformats.c | |
parent | 697ea4fccf093dec5684cae9a90e1651071474d6 (diff) | |
download | ffmpeg-2599541b3d7367d70d30ba88f17295265daef579.tar.gz |
WebVTT demuxer and decoder.
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 8dd917b21a..36b6988f11 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -252,6 +252,7 @@ void av_register_all(void) REGISTER_MUXDEMUX (WAV, wav); REGISTER_DEMUXER (WC3, wc3); REGISTER_MUXER (WEBM, webm); + REGISTER_DEMUXER (WEBVTT, webvtt); REGISTER_DEMUXER (WSAUD, wsaud); REGISTER_DEMUXER (WSVQA, wsvqa); REGISTER_MUXDEMUX (WTV, wtv); |