initial nut muxer and demuxer (demuxer is not fail safe)

Originally committed as revision 2211 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Beregszaszi
2003-09-05 18:45:32 +00:00
parent 8026c3b54c
commit 3aa180b84e
5 changed files with 577 additions and 1 deletions

View File

@@ -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);