mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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 = {
|
||||
"nut",
|
||||
"libnut",
|
||||
"nut format",
|
||||
"video/x-nut",
|
||||
"nut",
|
||||
|
Loading…
Reference in New Issue
Block a user