diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2011-01-18 07:59:49 +0100 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2011-01-18 08:00:23 +0100 |
commit | 54bc6403620286f595becd01842947395020e2f4 (patch) | |
tree | 1aad3d5778f3c2563eddf8fdfae5a6e99407140c /libavformat/allformats.c | |
parent | d9c3e5f6d8aab10a10f9f17fa3c0a207c45b2f54 (diff) | |
download | ffmpeg-54bc6403620286f595becd01842947395020e2f4.tar.gz |
Missing parts of IVF muxer support.
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index d543ad10e1..5fa97efa0b 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -109,7 +109,7 @@ void av_register_all(void) REGISTER_MUXER (IPOD, ipod); REGISTER_DEMUXER (ISS, iss); REGISTER_DEMUXER (IV8, iv8); - REGISTER_DEMUXER (IVF, ivf); + REGISTER_MUXDEMUX (IVF, ivf); REGISTER_DEMUXER (LMLM4, lmlm4); REGISTER_DEMUXER (LXF, lxf); REGISTER_MUXDEMUX (M4V, m4v); |