From cfd5af13972472d0c5faf039110c4833a828db00 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 28 Feb 2010 10:34:37 +0000 Subject: fixed flac regression (Closes issue 257) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1593 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/flac/decoder_flac.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/Input/flac/decoder_flac.h') diff --git a/src/plugins/Input/flac/decoder_flac.h b/src/plugins/Input/flac/decoder_flac.h index 74af08a71..d0ae2b879 100644 --- a/src/plugins/Input/flac/decoder_flac.h +++ b/src/plugins/Input/flac/decoder_flac.h @@ -81,6 +81,7 @@ private: // helper functions void deinit(); + uint findID3v2(char *data, ulong size); //retuns ID3v2 tag size // FLAC Decoder FLAC__StreamDecoder *m_flacDecoder; -- cgit v1.2.3-13-gbd6f