summaryrefslogtreecommitdiff
path: root/codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'codec.h')
-rw-r--r--codec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec.h b/codec.h
index 56033e94..c2e66caf 100644
--- a/codec.h
+++ b/codec.h
@@ -6,9 +6,9 @@
typedef struct {
int bitsPerSample;
int channels;
- int dataSize;
int samplesPerSecond;
float duration;
+ float position;
} fileinfo_t;
typedef struct codec_s {