diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-08-10 00:12:54 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-08-10 00:12:54 +0000 |
commit | 41b7c75db34ed4d02e50c666cd24ec70d3ad1242 (patch) | |
tree | 33cbcb8a2a483544dc1fa571d64b0803943c9265 /libavformat/allformats.c | |
parent | 100d8eb8dc9ea956d350816341367425f2b981af (diff) | |
download | ffmpeg-41b7c75db34ed4d02e50c666cd24ec70d3ad1242.tar.gz |
enable nut muxer
Originally committed as revision 10043 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 6c5f6de7c3..de4a5cf70b 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -117,7 +117,7 @@ void av_register_all(void) REGISTER_DEMUXER (MXF, mxf); REGISTER_DEMUXER (NSV, nsv); REGISTER_MUXER (NULL, null); - REGISTER_DEMUXER (NUT, nut); + REGISTER_MUXDEMUX(NUT, nut); REGISTER_DEMUXER (NUV, nuv); REGISTER_DEMUXER (OGG, ogg); REGISTER_MUXER (OGG, ogg); |