diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-01-19 14:24:07 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-01-19 14:24:07 +0000 |
| commit | a69acdd27031d056f209740f5350964cb573feef (patch) | |
| tree | a72aa2abe31d483eb9f1039481a367f04d51809d | |
| parent | 6623dcc7cd9f07571a0666d977955872ca159413 (diff) | |
| download | qmmp-a69acdd27031d056f209740f5350964cb573feef.tar.gz qmmp-a69acdd27031d056f209740f5350964cb573feef.tar.bz2 qmmp-a69acdd27031d056f209740f5350964cb573feef.zip | |
fixed mp3 seeking
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1511 90c681e8-e032-0410-971d-27865f9a5e38
| -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 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; } } |
