summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorTomas Härdin <tomas.hardin@codemill.se>2010-10-01 11:08:24 +0000
committerTomas Härdin <tomas.hardin@codemill.se>2010-10-01 11:08:24 +0000
commit8878e3b21b5fe836e636881d11bc7e3a3f9364fd (patch)
tree6669696d0edb12ebe5a2bc65cab810b5e0bc493f /libavformat/allformats.c
parentfbeabfca2f648bd83fa1969c3346d288a158d857 (diff)
Add demuxer for LXF (Leitch/Harris' VR native stream format)
Originally committed as revision 25281 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 f9407f0574..f9e1fb32f9 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -110,6 +110,7 @@ void av_register_all(void)
REGISTER_DEMUXER (IV8, iv8);
REGISTER_DEMUXER (IVF, ivf);
REGISTER_DEMUXER (LMLM4, lmlm4);
+ REGISTER_DEMUXER (LXF, lxf);
REGISTER_MUXDEMUX (M4V, m4v);
REGISTER_MUXER (MD5, md5);
REGISTER_MUXDEMUX (MATROSKA, matroska);