You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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:
@@ -151,7 +151,7 @@ static int nut_write_trailer(AVFormatContext * avf) {
|
||||
}
|
||||
|
||||
AVOutputFormat libnut_muxer = {
|
||||
"nut",
|
||||
"libnut",
|
||||
"nut format",
|
||||
"video/x-nut",
|
||||
"nut",
|
||||
|
Reference in New Issue
Block a user