summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorRodger Combs <rodger.combs@gmail.com>2015-06-17 03:09:52 -0500
committerMichael Niedermayer <michaelni@gmx.at>2015-06-17 13:24:11 +0200
commitbb42a7d4d4011101ddbd817c3a5f6d0d86ee26bd (patch)
tree66694ca9f6310854cb7443c260b941ae833e6115 /libavformat/allformats.c
parentdc87758775e2ce8be84e4fe598e12416e83d2845 (diff)
lavf/brstm: add support for BFSTM files
Previous version reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 3a49650cee..306e0c9876 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -92,6 +92,7 @@ void av_register_all(void)
REGISTER_DEMUXER (BINK, bink);
REGISTER_MUXDEMUX(BIT, bit);
REGISTER_DEMUXER (BMV, bmv);
+ REGISTER_DEMUXER (BFSTM, bfstm);
REGISTER_DEMUXER (BRSTM, brstm);
REGISTER_DEMUXER (BOA, boa);
REGISTER_DEMUXER (C93, c93);