summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-10-18 12:34:46 +0000
committerPaul B Mahol <onemda@gmail.com>2012-10-22 23:22:39 +0000
commita57d560db3a18edd9ac9192a8f0e3b6be6ab2d0b (patch)
treef5bde59455c97ceda01e42a42a0fcdccfcc69e0a /libavformat/allformats.c
parent3318d6b940986c92259c5e8ba1f0038ae6aab9f1 (diff)
LVF 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 00f11f42b9..35513944f0 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -133,6 +133,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX (LATM, latm);
REGISTER_DEMUXER (LMLM4, lmlm4);
REGISTER_DEMUXER (LOAS, loas);
+ REGISTER_DEMUXER (LVF, lvf);
REGISTER_DEMUXER (LXF, lxf);
REGISTER_MUXDEMUX (M4V, m4v);
REGISTER_MUXER (MD5, md5);