aboutsummaryrefslogtreecommitdiffstats
path: root/src/ogg_decode.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-05-19 02:14:20 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-05-19 02:14:20 +0000
commitc180d2f95ee8621b743664f0a3c8003682705801 (patch)
treeaeed9a0ea22a2cd7215b308ba1fc973d5215345c /src/ogg_decode.c
parentbf9e2afbf9f8c9ec44dbad033290c8fe66d170f6 (diff)
downloadmpd-c180d2f95ee8621b743664f0a3c8003682705801.tar.gz
mpd-c180d2f95ee8621b743664f0a3c8003682705801.tar.xz
mpd-c180d2f95ee8621b743664f0a3c8003682705801.zip
try to make seeking more non-blocking
git-svn-id: https://svn.musicpd.org/mpd/trunk@1076 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/ogg_decode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ogg_decode.c b/src/ogg_decode.c
index d24d6158b..672785af2 100644
--- a/src/ogg_decode.c
+++ b/src/ogg_decode.c
@@ -175,7 +175,6 @@ int ogg_decode(OutputBuffer * cb, DecoderControl * dc)
dc->totalTime = ov_time_total(&vf,-1);
dc->state = DECODE_STATE_DECODE;
- dc->start = 0;
{
int current_section;