diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-06-07 05:00:56 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-06-07 05:00:56 +0000 |
commit | 283e34eaae554604ed1f2f848026840c0eed3dfd (patch) | |
tree | 1ca514a48ce28be1da09eee5eed95435b760b9ad /src/inputPlugins/ogg_plugin.c | |
parent | 74f1c8c0181ce00546455b5408a186cca02f16cb (diff) | |
download | mpd-283e34eaae554604ed1f2f848026840c0eed3dfd.tar.gz mpd-283e34eaae554604ed1f2f848026840c0eed3dfd.tar.xz mpd-283e34eaae554604ed1f2f848026840c0eed3dfd.zip |
icy metadata! wahoo
still lots some debug code with print out's, so don't bitch about it!
git-svn-id: https://svn.musicpd.org/mpd/trunk@1364 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/inputPlugins/ogg_plugin.c')
-rw-r--r-- | src/inputPlugins/ogg_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputPlugins/ogg_plugin.c b/src/inputPlugins/ogg_plugin.c index a79c0d876..e47471177 100644 --- a/src/inputPlugins/ogg_plugin.c +++ b/src/inputPlugins/ogg_plugin.c @@ -291,7 +291,7 @@ int ogg_decode(OutputBuffer * cb, DecoderControl * dc, InputStream * inStream) dc->state = DECODE_STATE_DECODE; } comments = ov_comment(&vf, -1)->user_comments; - putOggCommentsIntoOutputBuffer(cb, inStream->metaTitle, + putOggCommentsIntoOutputBuffer(cb, inStream->metaName, comments); replayGainScale = ogg_getReplayGainScale(comments); } |