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

@ -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 */