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

@ -278,6 +278,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX(SPDIF, spdif);
REGISTER_MUXDEMUX(SRT, srt);
REGISTER_DEMUXER (STR, str);
REGISTER_DEMUXER (STL, stl);
REGISTER_DEMUXER (SUBVIEWER1, subviewer1);
REGISTER_DEMUXER (SUBVIEWER, subviewer);
REGISTER_DEMUXER (SUP, sup);