diff options
author | Max Kellermann <max@duempel.org> | 2009-11-10 21:58:19 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-11-10 21:58:19 +0100 |
commit | e51d9fc6a9902c2ef448abf8f1151964a441d788 (patch) | |
tree | 274cf5d11b3db0d2661919ad828f6e0d62d67c23 /src/decoder/_flac_common.h | |
parent | 2f69831fb8a0ad13236e91b3edbbcd0a7658a5bf (diff) | |
download | mpd-e51d9fc6a9902c2ef448abf8f1151964a441d788.tar.gz mpd-e51d9fc6a9902c2ef448abf8f1151964a441d788.tar.xz mpd-e51d9fc6a9902c2ef448abf8f1151964a441d788.zip |
decoder/flac: pass VorbisComment to comments_to_tag()
Diffstat (limited to 'src/decoder/_flac_common.h')
-rw-r--r-- | src/decoder/_flac_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/_flac_common.h b/src/decoder/_flac_common.h index 0172ed2b1..fc240aa11 100644 --- a/src/decoder/_flac_common.h +++ b/src/decoder/_flac_common.h @@ -176,7 +176,7 @@ void flac_error_common_cb(const char *plugin, void flac_vorbis_comments_to_tag(struct tag *tag, const char *char_tnum, - const FLAC__StreamMetadata *block); + const FLAC__StreamMetadata_VorbisComment *comment); FLAC__StreamDecoderWriteStatus flac_common_write(struct flac_data *data, const FLAC__Frame * frame, |