From e51d9fc6a9902c2ef448abf8f1151964a441d788 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 10 Nov 2009 21:58:19 +0100 Subject: decoder/flac: pass VorbisComment to comments_to_tag() --- src/decoder/_flac_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/_flac_common.h') 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, -- cgit v1.2.3