13
0

unhardcode "Ardour" in ffmpeg encoder comment

This commit is contained in:
Robin Gareus 2015-01-05 18:37:00 +01:00
parent 78d0b2eebb
commit 34a7a3078a

View File

@ -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;
}