diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-03-17 00:47:48 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-03-17 00:47:48 +0000 |
commit | 8859312001f2d7d311cccd7b4e2047954aee0cb5 (patch) | |
tree | 325441aad668f6971fcdb24bb56facc18cfb0462 /libavformat/allformats.c | |
parent | 7db2245d0ec38f3ed2d0143a9ca78d134b5a11e0 (diff) | |
download | ffmpeg-8859312001f2d7d311cccd7b4e2047954aee0cb5.tar.gz |
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/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 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(); |