diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2003-09-05 18:45:32 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2003-09-05 18:45:32 +0000 |
commit | 3aa180b84ee2473ca14355ceca7c50d6216783a9 (patch) | |
tree | c179708808ba553e018aaf5bbf1945dd97681602 /libavformat/allformats.c | |
parent | 8026c3b54c1de01e864848469e1853e9fa27a965 (diff) | |
download | ffmpeg-3aa180b84ee2473ca14355ceca7c50d6216783a9.tar.gz |
initial nut muxer and demuxer (demuxer is not fail safe)
Originally committed as revision 2211 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 7496032647..1a75d776fb 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -78,6 +78,8 @@ void av_register_all(void) dv1394_init(); #endif + nut_init(); + /* image formats */ av_register_image_format(&pnm_image_format); av_register_image_format(&pbm_image_format); |