summaryrefslogtreecommitdiff
path: root/codec.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-08 10:39:29 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-08 10:39:29 +0200
commitc2dbadc6ec891f9bf0287698eab18dccc7f1b52d (patch)
treef727724a672e76fca807cbcb19964f3e94ab8c19 /codec.h
parentce429b6a60046d8fd75fcb3973a63a4b284c96f8 (diff)
added duration calc to GME and FLAC
Diffstat (limited to 'codec.h')
-rw-r--r--codec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/codec.h b/codec.h
index 68f29e54..7d0eba3a 100644
--- a/codec.h
+++ b/codec.h
@@ -8,7 +8,6 @@ typedef struct {
int bitsPerSample;
int channels;
int samplesPerSecond;
- float duration;
float position;
} fileinfo_t;