summaryrefslogtreecommitdiff
path: root/src/input_mp3.h
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2008-11-18 19:03:23 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2008-11-18 19:03:23 +0800
commit6eae0a04790d1a39c05371f15d21974c950af7fa (patch)
treeaa94689b51489b7d1f738329150503e86de2957d /src/input_mp3.h
parentfdd33919b59a1f7fbb0bd58cd3e5cc66930b140b (diff)
mp3: uncommitted part for previous commit.
Diffstat (limited to 'src/input_mp3.h')
-rw-r--r--src/input_mp3.h3
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;