summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-10-17 21:41:18 +0200
committerPaul B Mahol <onemda@gmail.com>2015-10-20 09:40:08 +0200
commit0e08d6ca140a3849a05372c71dfe669fdcf250a7 (patch)
tree77c21e88718078c76662a3b3eb3351c27919a05d /libavformat/allformats.c
parente91cd8a9c46f511776e514b485d8250d0cba59b3 (diff)
avformat: add msf demuxer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 40fea8e70e..f238118590 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -206,6 +206,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX(MPJPEG, mpjpeg);
REGISTER_DEMUXER (MPL2, mpl2);
REGISTER_DEMUXER (MPSUB, mpsub);
+ REGISTER_DEMUXER (MSF, msf);
REGISTER_DEMUXER (MSNWC_TCP, msnwc_tcp);
REGISTER_DEMUXER (MTV, mtv);
REGISTER_DEMUXER (MV, mv);