aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/mad/decoder_mad.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-07-19 19:08:47 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-07-19 19:08:47 +0000
commit934373ccc87d3ca64206902528749fcf7ad01b4e (patch)
treec309780807af8d23b6f1e2c1e2dfc35d92e0f3a6 /src/plugins/Input/mad/decoder_mad.h
parent0381c9156f08dc090ea46c289a2910ca2a9afbdd (diff)
downloadqmmp-934373ccc87d3ca64206902528749fcf7ad01b4e.tar.gz
qmmp-934373ccc87d3ca64206902528749fcf7ad01b4e.tar.bz2
qmmp-934373ccc87d3ca64206902528749fcf7ad01b4e.zip
mpeg plugin: fixed problem with small files
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1048 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad/decoder_mad.h')
-rw-r--r--src/plugins/Input/mad/decoder_mad.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/mad/decoder_mad.h b/src/plugins/Input/mad/decoder_mad.h
index f25ad2b80..8e66ac0c4 100644
--- a/src/plugins/Input/mad/decoder_mad.h
+++ b/src/plugins/Input/mad/decoder_mad.h
@@ -41,7 +41,7 @@ private:
bool findHeader();
bool findXingHeader(struct mad_bitptr, unsigned int);
uint findID3v2(uchar *data, ulong size);
- bool m_inited;
+ bool m_inited, m_eof;
qint64 m_totalTime;
int m_channels, m_skip_frames;
uint m_bitrate;