summaryrefslogtreecommitdiff
path: root/codec.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-16 21:43:45 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-16 21:43:45 +0200
commit090ea2c0ad39873550092bde1608ffc9ce31d296 (patch)
tree517a10cfdbbf666c05bbe97f9e08344e42bd9668 /codec.h
parent7a72b074f0f5108ff56a7ec770a58cc0bfca908b (diff)
fixed flac/cue playback
Diffstat (limited to 'codec.h')
-rw-r--r--codec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/codec.h b/codec.h
index 65bf36bc..e8bce310 100644
--- a/codec.h
+++ b/codec.h
@@ -25,7 +25,8 @@ typedef struct {
int bitsPerSample;
int channels;
int samplesPerSecond;
- float position;
+// float position;
+ float readposition;
} fileinfo_t;
struct playItem_s;