[FFmpeg-cvslog] r10941 - trunk/libavformat/libnut.c
diego
subversion
Wed Nov 7 20:05:47 CET 2007
Author: diego
Date: Wed Nov 7 20:05:47 2007
New Revision: 10941
Log:
Give the libnut muxer a lib prefix in its name so it does not conflict with
the native implementation.
Modified:
trunk/libavformat/libnut.c
Modified: trunk/libavformat/libnut.c
==============================================================================
--- trunk/libavformat/libnut.c (original)
+++ trunk/libavformat/libnut.c Wed Nov 7 20:05:47 2007
@@ -151,7 +151,7 @@ static int nut_write_trailer(AVFormatCon
}
AVOutputFormat libnut_muxer = {
- "nut",
+ "libnut",
"nut format",
"video/x-nut",
"nut",
More information about the ffmpeg-cvslog
mailing list