Added STL demuxer and decoder

Signed-off-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
Eejya Singh 2014-10-21 01:55:39 +05:30 committed by Clément Bœsch
parent 27c61c32ce
commit 6dc99fdf0e
14 changed files with 208 additions and 5 deletions

View file

@ -490,6 +490,7 @@ void avcodec_register_all(void)
REGISTER_DECODER(REALTEXT, realtext);
REGISTER_DECODER(SAMI, sami);
REGISTER_ENCDEC (SRT, srt);
REGISTER_DECODER(STL, stl);
REGISTER_ENCDEC (SUBRIP, subrip);
REGISTER_DECODER(SUBVIEWER, subviewer);
REGISTER_DECODER(SUBVIEWER1, subviewer1);