SubViewer demuxer and decoder.

This commit is contained in:
Clément Bœsch
2012-07-13 23:42:35 +02:00
parent 2755abff3e
commit 316f8db2c2
13 changed files with 270 additions and 6 deletions

View File

@@ -414,6 +414,7 @@ void avcodec_register_all(void)
REGISTER_DECODER (REALTEXT, realtext);
REGISTER_DECODER (SAMI, sami);
REGISTER_ENCDEC (SRT, srt);
REGISTER_DECODER (SUBVIEWER, subviewer);
REGISTER_ENCDEC (XSUB, xsub);
/* external libraries */