diff options
Diffstat (limited to 'src/audiofile_decode.c')
-rw-r--r-- | src/audiofile_decode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/audiofile_decode.c b/src/audiofile_decode.c index 38ca591dc..b4a224d19 100644 --- a/src/audiofile_decode.c +++ b/src/audiofile_decode.c @@ -101,7 +101,7 @@ int audiofile_decode(OutputBuffer * cb, DecoderControl * dc) { current = dc->seekWhere * dc->audioFormat.sampleRate; afSeekFrame(af_fp, AF_DEFAULT_TRACK,current); - + dc->seekChunk = cb->end; dc->seek = 0; } @@ -114,7 +114,6 @@ int audiofile_decode(OutputBuffer * cb, DecoderControl * dc) { (float)dc->audioFormat.sampleRate, bitRate); if(dc->stop) break; - else if(dc->seek) continue; } } |