summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stream/stream_cdda.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream_cdda.c b/stream/stream_cdda.c
index 04076ca6fa..404bd7286e 100644
--- a/stream/stream_cdda.c
+++ b/stream/stream_cdda.c
@@ -304,7 +304,6 @@ static int fill_buffer(stream_t* s, char* buffer, int max_len) {
#endif
p->sector++;
- s->pos = p->sector*CD_FRAMESIZE_RAW;
memcpy(buffer,buf,CD_FRAMESIZE_RAW);
for(i=0;i<p->cd->tracks;i++){