From a69acdd27031d056f209740f5350964cb573feef Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 19 Jan 2010 14:24:07 +0000 Subject: fixed mp3 seeking git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1511 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/mad/decoder_mad.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Input/mad/decoder_mad.cpp') diff --git a/src/plugins/Input/mad/decoder_mad.cpp b/src/plugins/Input/mad/decoder_mad.cpp index 7ae79a580..071fd469f 100644 --- a/src/plugins/Input/mad/decoder_mad.cpp +++ b/src/plugins/Input/mad/decoder_mad.cpp @@ -364,7 +364,7 @@ void DecoderMAD::seek(qint64 pos) stream.sync = 0; m_input_bytes = 0; stream.next_frame = 0; - m_skip_frames = 2; + m_skip_frames = 3; } } -- cgit v1.2.3-13-gbd6f