Commit cc685f0e authored by diego's avatar diego

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

the native implementation.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10941 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 95c4356c
...@@ -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