summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorEejya Singh <singh.eejya@gmail.com>2014-10-21 01:55:39 +0530
committerClément Bœsch <u@pkh.me>2014-10-22 23:12:38 +0200
commit6dc99fdf0e4328ca2992b7bfcd139f7b1b636bf8 (patch)
tree85e41b861fcb0fb4b0b32411fe383e99173c7326 /libavformat/allformats.c
parent27c61c32cee4d4944da15226b56901926136214f (diff)
Added STL demuxer and decoder
Signed-off-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index d54ed9bbde..bf81737688 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -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);