mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
enable nut muxer
Originally committed as revision 10043 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -117,7 +117,7 @@ void av_register_all(void)
|
||||
REGISTER_DEMUXER (MXF, mxf);
|
||||
REGISTER_DEMUXER (NSV, nsv);
|
||||
REGISTER_MUXER (NULL, null);
|
||||
REGISTER_DEMUXER (NUT, nut);
|
||||
REGISTER_MUXDEMUX(NUT, nut);
|
||||
REGISTER_DEMUXER (NUV, nuv);
|
||||
REGISTER_DEMUXER (OGG, ogg);
|
||||
REGISTER_MUXER (OGG, ogg);
|
||||
|
||||
Reference in New Issue
Block a user