From 934373ccc87d3ca64206902528749fcf7ad01b4e Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 19 Jul 2009 19:08:47 +0000 Subject: 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 --- src/plugins/Input/mad/decoder_mad.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Input/mad/decoder_mad.h') 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; -- cgit v1.2.3-13-gbd6f