summaryrefslogtreecommitdiff
path: root/codec.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-07-06 20:44:39 +0200
committerGravatar waker <wakeroid@gmail.com>2009-07-06 20:44:39 +0200
commit2b583ad8d29236e88b34107d5e98c9889a95b4dc (patch)
tree11f618ceb0fdf9dc418350930011ceca7d2f7918 /codec.h
parent70679eb6465814b368eb1ec91c6b450f324512b5 (diff)
position tracking, statusbar, seekbar updating, some cleanup
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 {