Add SubViewer v1 subtitles demuxer and decoder.

This commit is contained in:
Clément Bœsch
2012-12-29 00:04:44 +01:00
parent 7b43402724
commit faa94061dd
14 changed files with 160 additions and 4 deletions

View File

@@ -456,6 +456,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (SRT, srt);
REGISTER_ENCDEC (SUBRIP, subrip);
REGISTER_DECODER(SUBVIEWER, subviewer);
REGISTER_DECODER(SUBVIEWER1, subviewer1);
REGISTER_DECODER(TEXT, text);
REGISTER_DECODER(VPLAYER, vplayer);
REGISTER_DECODER(WEBVTT, webvtt);