diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-01-19 16:59:13 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-01-19 16:59:13 +0000 |
| commit | de2710c20915d0b4c8484b6b0df265517b4f07cd (patch) | |
| tree | 6bef27c1dcd634607436efc7cad56c9a51d0cc0e /src/plugins/Input/mad/decoder_mad.cpp | |
| parent | a69acdd27031d056f209740f5350964cb573feef (diff) | |
| download | qmmp-de2710c20915d0b4c8484b6b0df265517b4f07cd.tar.gz qmmp-de2710c20915d0b4c8484b6b0df265517b4f07cd.tar.bz2 qmmp-de2710c20915d0b4c8484b6b0df265517b4f07cd.zip | |
fixed seek functions again
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1512 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad/decoder_mad.cpp')
| -rw-r--r-- | src/plugins/Input/mad/decoder_mad.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/mad/decoder_mad.cpp b/src/plugins/Input/mad/decoder_mad.cpp index 071fd469f..7ae79a580 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 = 3; + m_skip_frames = 2; } } |
