unhardcode "Ardour" in ffmpeg encoder comment
This commit is contained in:
@@ -273,7 +273,7 @@ TranscodeFfmpeg::default_meta_data ()
|
||||
{
|
||||
TranscodeFfmpeg::FFSettings ffm;
|
||||
ffm.clear();
|
||||
ffm["comment"] = "Created with ardour";
|
||||
ffm["comment"] = "Created with " PROGRAM_NAME;
|
||||
return ffm;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user