summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-03-17 00:47:48 +0000
committerDiego Biurrun <diego@biurrun.de>2006-03-17 00:47:48 +0000
commit8859312001f2d7d311cccd7b4e2047954aee0cb5 (patch)
tree325441aad668f6971fcdb24bb56facc18cfb0462 /libavformat
parent7db2245d0ec38f3ed2d0143a9ca78d134b5a11e0 (diff)
Disable the NUT (de)muxer until it has been synced with the specification.
Originally committed as revision 5174 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/allformats.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 7d2241447c..1228020b69 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -110,7 +110,9 @@ void av_register_all(void)
dc1394_init();
#endif
+ /* Reenable when the (de)muxer has been synced with the specification.
nut_init();
+ */
matroska_init();
sol_init();
ea_init();