diff options
author | Luo Jinghua <sunmoon1997@gmail.com> | 2008-11-18 19:03:23 +0800 |
---|---|---|
committer | Luo Jinghua <sunmoon1997@gmail.com> | 2008-11-18 19:03:23 +0800 |
commit | 6eae0a04790d1a39c05371f15d21974c950af7fa (patch) | |
tree | aa94689b51489b7d1f738329150503e86de2957d /src/input_mp3.h | |
parent | fdd33919b59a1f7fbb0bd58cd3e5cc66930b140b (diff) |
mp3: uncommitted part for previous commit.
Diffstat (limited to 'src/input_mp3.h')
-rw-r--r-- | src/input_mp3.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input_mp3.h b/src/input_mp3.h index 821821e..db2224e 100644 --- a/src/input_mp3.h +++ b/src/input_mp3.h @@ -32,7 +32,7 @@ namespace audiere { private: void readID3v1Tags(); void readID3v2Tags(); - bool decodeFrame(); + bool decodeFrame(bool update = false); FilePtr m_file; bool m_eof; @@ -52,6 +52,7 @@ namespace audiere { int m_input_length; u8* m_decode_buffer; bool m_first_frame; + int m_frames; bool m_seekable; int m_length; |