aboutsummaryrefslogtreecommitdiffstats
path: root/src/audiofile_decode.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/audiofile_decode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/audiofile_decode.c b/src/audiofile_decode.c
index 20c05f426..38ca591dc 100644
--- a/src/audiofile_decode.c
+++ b/src/audiofile_decode.c
@@ -91,7 +91,6 @@ int audiofile_decode(OutputBuffer * cb, DecoderControl * dc) {
fs = (int)afGetFrameSize(af_fp, AF_DEFAULT_TRACK,1);
dc->state = DECODE_STATE_DECODE;
- dc->start = 0;
{
int ret, eof = 0, current = 0;
unsigned char chunk[CHUNK_SIZE];