RealText demuxer and decoder.

This commit is contained in:
Clément Bœsch
2012-06-17 11:43:34 +02:00
parent 53640f42be
commit 439e32f9b8
13 changed files with 241 additions and 2 deletions

View File

@@ -405,6 +405,7 @@ void avcodec_register_all(void)
REGISTER_DECODER (JACOSUB, jacosub);
REGISTER_DECODER (MICRODVD, microdvd);
REGISTER_DECODER (PGSSUB, pgssub);
REGISTER_DECODER (REALTEXT, realtext);
REGISTER_DECODER (SAMI, sami);
REGISTER_ENCDEC (SRT, srt);
REGISTER_ENCDEC (XSUB, xsub);