aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/flac/decoder_flac.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-02-28 10:34:37 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-02-28 10:34:37 +0000
commitcfd5af13972472d0c5faf039110c4833a828db00 (patch)
treeffb75d6ece2d7900c5a863e36902907b66364ed7 /src/plugins/Input/flac/decoder_flac.h
parentf7d49232a953d33ee57080193dfdf3d939deef29 (diff)
downloadqmmp-cfd5af13972472d0c5faf039110c4833a828db00.tar.gz
qmmp-cfd5af13972472d0c5faf039110c4833a828db00.tar.bz2
qmmp-cfd5af13972472d0c5faf039110c4833a828db00.zip
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
Diffstat (limited to 'src/plugins/Input/flac/decoder_flac.h')
-rw-r--r--src/plugins/Input/flac/decoder_flac.h1
1 files changed, 1 insertions, 0 deletions
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;