We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37228c commit 47d6388Copy full SHA for 47d6388
1 file changed
src/core/audio/AudioFileMP3.cpp
@@ -120,6 +120,7 @@ bool AudioFileMP3::initEncoder()
120
lame_set_brate(m_lame, bitRate);
121
122
// Add a comment
123
+ id3tag_init(m_lame);
124
id3tag_set_comment(m_lame, "Created with LMMS");
125
126
return lame_init_params(m_lame) != -1;
0 commit comments