aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/Input/mad/decoder_mad.cpp2
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;
}
}