mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
b316aa1a1e
commit
0d49b9ad07
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue