Fix possible wrong 'addition'
git-svn-id: https://svn.musicpd.org/mpd/trunk@7076 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
ba48dc18fd
commit
704daecbf2
|
@ -289,7 +289,7 @@ static int oggvorbis_decode(OutputBuffer * cb, DecoderControl * dc,
|
|||
dc->totalTime = 0;
|
||||
dc->audioFormat.bits = 16;
|
||||
|
||||
while (!eof && !dc->stop) {
|
||||
while (!eof) {
|
||||
if (dc->seek) {
|
||||
if (0 == ov_time_seek_page(&vf, dc->seekWhere)) {
|
||||
clearOutputBuffer(cb);
|
||||
|
|
Loading…
Reference in New Issue