summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-11-11 01:35:50 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-11-11 01:35:50 +0000
commit619d8e2e5844ae7b072a71ef65d3df8e8d7ce9da (patch)
tree21e6fe393f007b7d5611e699248969a501252981 /libavformat/allformats.c
parent82bfffaf65ba92e0ac717913c8a7ad8125bb8332 (diff)
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
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c2
1 files changed, 1 insertions, 1 deletions
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);