summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2011-08-20 00:27:38 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-08-20 00:27:38 +0200
commit47818b2a675cbb2a2fe0066c0657f3169047dd4d (patch)
treecc4acc38bd49861685623fa908b4e22b72080158 /libavformat/allformats.c
parent60b54e4b9fac8519bb68501b73ac0efbcce5cff0 (diff)
Add LOAS demuxer.
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 c64c355523..e3870a5cfe 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -114,6 +114,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX (IVF, ivf);
REGISTER_DEMUXER (JV, jv);
REGISTER_DEMUXER (LMLM4, lmlm4);
+ REGISTER_DEMUXER (LOAS, loas);
REGISTER_DEMUXER (LXF, lxf);
REGISTER_MUXDEMUX (M4V, m4v);
REGISTER_MUXER (MD5, md5);