diff options
Diffstat (limited to '')
-rw-r--r-- | src/ogg_decode.c | 1 |
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; |