diff options
Diffstat (limited to 'src/mp3_decode.c')
-rw-r--r-- | src/mp3_decode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mp3_decode.c b/src/mp3_decode.c index 319f324d5..b1b072e23 100644 --- a/src/mp3_decode.c +++ b/src/mp3_decode.c @@ -560,7 +560,6 @@ int mp3_decode(OutputBuffer * cb, DecoderControl * dc, InputStream * inStream) { getOutputAudioFormat(&(dc->audioFormat), &(cb->audioFormat)); dc->totalTime = data.totalTime; - dc->start = 0; dc->state = DECODE_STATE_DECODE; while(mp3Read(&data,cb,dc)!=DECODE_BREAK); |