Commit 0d49b9ad authored by Diego Biurrun's avatar Diego Biurrun

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
parent b316aa1a
...@@ -151,7 +151,7 @@ static int nut_write_trailer(AVFormatContext * avf) { ...@@ -151,7 +151,7 @@ static int nut_write_trailer(AVFormatContext * avf) {
} }
AVOutputFormat libnut_muxer = { AVOutputFormat libnut_muxer = {
"nut", "libnut",
"nut format", "nut format",
"video/x-nut", "video/x-nut",
"nut", "nut",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment