summaryrefslogtreecommitdiff
path: root/streamer.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-16 21:54:36 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-16 21:54:36 +0200
commit51cd4201dbd3ee75d5cdd95e140723037bcf4290 (patch)
tree21f4ef99bb9de7bf08fb06ab3164f01f67e0a4ea /streamer.c
parent888203704217c65db17ea2262204279ab85df283 (diff)
fixed play position bug in streamer, added cue support for mp3 (untested)
Diffstat (limited to 'streamer.c')
-rw-r--r--streamer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/streamer.c b/streamer.c
index 7d6a31ac..b89717fd 100644
--- a/streamer.c
+++ b/streamer.c
@@ -83,6 +83,7 @@ streamer_thread (uintptr_t ctx) {
codecleft = 0;
codec_unlock ();
pl_set_current (pl_get_for_idx (sng));
+ playpos = 0;
if (pstate == 0) {
p_stop ();
}