From 619d8e2e5844ae7b072a71ef65d3df8e8d7ce9da Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 11 Nov 2006 01:35:50 +0000 Subject: updating nut demuxer to latest spec no muxing yet no index yet no seeking yet libnuts crcs dont match mine (didnt investigate yet) samplerate is stored wrong by libnut (demuxer has a workaround) code is not clean or beautifull yet, but i thought its better to commit early before someone unneccesarily wastes his time duplicating the work demuxer split from muxer Originally committed as revision 6966 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/allformats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/allformats.c') diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 5536ea9e6b..aad7435ae8 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -249,7 +249,7 @@ void av_register_all(void) av_register_input_format(&nut_demuxer); #endif #ifdef CONFIG_NUT_MUXER - av_register_output_format(&nut_muxer); +// av_register_output_format(&nut_muxer); #endif #ifdef CONFIG_NUV_DEMUXER av_register_input_format(&nuv_demuxer); -- cgit v1.2.3