Mercurial > audlegacy-plugins
diff src/madplug/plugin.c @ 2340:47d7a45b26a0
fixed ${bitrate} in title string
| author | Eugene Zagidullin <e.asphyx@gmail.com> |
|---|---|
| date | Wed, 30 Jan 2008 05:04:15 +0300 |
| parents | 1457b35713d9 |
| children | 59addab003d7 |
line wrap: on
line diff
--- a/src/madplug/plugin.c Fri Jan 25 11:34:10 2008 +0100 +++ b/src/madplug/plugin.c Wed Jan 30 05:04:15 2008 +0300 @@ -733,7 +733,6 @@ aud_tuple_associate_string(tuple, FIELD_QUALITY, NULL, "lossy"); aud_tuple_associate_int(tuple, FIELD_BITRATE, NULL, myinfo.bitrate / 1000); - g_free(string); string = g_strdup_printf("MPEG-1 Audio Layer %d", myinfo.mpeg_layer); aud_tuple_associate_string(tuple, FIELD_CODEC, NULL, string);
