Give the libnut muxer a lib prefix in its name so it does not conflict with

the native implementation.

Originally committed as revision 10941 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-11-07 19:05:47 +00:00
parent b316aa1a1e
commit 0d49b9ad07
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ static int nut_write_trailer(AVFormatContext * avf) {
}
AVOutputFormat libnut_muxer = {
"nut",
"libnut",
"nut format",
"video/x-nut",
"nut",