diff options
author | Luo Jinghua <sunmoon1997@gmail.com> | 2008-11-21 11:28:02 +0800 |
---|---|---|
committer | Luo Jinghua <sunmoon1997@gmail.com> | 2008-11-21 11:28:02 +0800 |
commit | 881a159304abfd35e61935dd11e4e80820ca401f (patch) | |
tree | f6460ce5e72f0f7405a8e7e3ed31f4875a395399 /src | |
parent | a874e50526033b8ab2f66e9be6e4d6670f78baba (diff) |
MP3: fix glitches while reading mp3 file with id3v2 tags.
Diffstat (limited to 'src')
-rw-r--r-- | src/input_mp3.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_mp3.cpp b/src/input_mp3.cpp index 8a60d01..d0b256c 100644 --- a/src/input_mp3.cpp +++ b/src/input_mp3.cpp @@ -208,6 +208,7 @@ namespace audiere { m_input_position = 0; m_input_length = 0; m_position = 0; + m_first_frame = true; } |