summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorDavid Conrad <lessen42@gmail.com>2010-05-27 21:23:04 +0000
committerDavid Conrad <lessen42@gmail.com>2010-05-27 21:23:04 +0000
commit173bb37f8239cd2ea27d7e2bf1bcfc21485df598 (patch)
treea3963d922df8b0e97dd9acd07bfadd4d2430b9ed /libavformat/allformats.c
parenta5266a4789dd9477e062c28ae1ae00dfb75c038a (diff)
On2 IVF demuxer
Originally committed as revision 23357 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 4d5a8a6c22..b2f1194f69 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -105,6 +105,7 @@ void av_register_all(void)
REGISTER_MUXER (IPOD, ipod);
REGISTER_DEMUXER (ISS, iss);
REGISTER_DEMUXER (IV8, iv8);
+ REGISTER_DEMUXER (IVF, ivf);
REGISTER_DEMUXER (LMLM4, lmlm4);
REGISTER_MUXDEMUX (M4V, m4v);
REGISTER_MUXER (MD5, md5);