summaryrefslogtreecommitdiff
path: root/codec.h
diff options
context:
space:
mode:
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;