WebVTT demuxer and decoder.

This commit is contained in:
Clément Bœsch
2012-09-01 14:34:24 +02:00
parent 697ea4fccf
commit 2599541b3d
14 changed files with 308 additions and 3 deletions

View File

@@ -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);