summaryrefslogtreecommitdiff
path: root/codec.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-09 14:47:47 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-09 14:47:47 +0200
commit2d520c4c86d0cc67450a7a24a3f2ffba7447cf7e (patch)
tree3f13976c608324942930d3ad918ae6e9a146b75c /codec.h
parent62f994737141113a0ee5ccaa1c8e0ef39768d714 (diff)
mp3 duration now beeing calculated on play
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 60eac955..f01b614c 100644
--- a/codec.h
+++ b/codec.h
@@ -31,7 +31,7 @@ typedef struct {
struct playItem_s;
typedef struct codec_s {
- int (*init) (const char *fname, int track, float start, float end);
+ int (*init) (struct playItem_s *it);
void (*free) (void);
// player is responsible for starting next song if -1 is returned
int (*read) (char *bytes, int size);