Skip to content
Snippets Groups Projects
Commit 0d49b9ad authored by Diego Biurrun's avatar Diego Biurrun
Browse files

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
Branches
Tags
No related merge requests found
...@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment