Added STL demuxer and decoder
Signed-off-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
parent
27c61c32ce
commit
6dc99fdf0e
14 changed files with 208 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue