diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-02-01 18:06:06 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-02-01 18:06:06 +0000 |
| commit | 23ca6b1444c69d5115d70d203db346204e6b44fc (patch) | |
| tree | f3ab33c0f6f64eb6c27ad484b2ef55ccd57a5f21 /src/plugins/Input/mad/decoder_mad.h | |
| parent | 7e9e91c7a4ba8932db88d4c61f67491a4e2b0210 (diff) | |
| download | qmmp-23ca6b1444c69d5115d70d203db346204e6b44fc.tar.gz qmmp-23ca6b1444c69d5115d70d203db346204e6b44fc.tar.bz2 qmmp-23ca6b1444c69d5115d70d203db346204e6b44fc.zip | |
mad plugin: skip ID3v2 tag
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@771 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad/decoder_mad.h')
| -rw-r--r-- | src/plugins/Input/mad/decoder_mad.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Input/mad/decoder_mad.h b/src/plugins/Input/mad/decoder_mad.h index 7de09b594..5caca7eba 100644 --- a/src/plugins/Input/mad/decoder_mad.h +++ b/src/plugins/Input/mad/decoder_mad.h @@ -43,6 +43,7 @@ private: void deinit(); bool findHeader(); bool findXingHeader(struct mad_bitptr, unsigned int); + uint findID3v2(uchar *data, uint size); bool inited, user_stop, done, m_finish, derror, eof, useeq; qint64 totalTime, seekTime; int channels; |
