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