decoder/dsf: don't skip remaining bytes

Nobody cares.
This commit is contained in:
Max Kellermann 2014-08-23 13:50:36 +02:00
parent 6fe06cad98
commit 1f642238a7
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ dsf_decode_chunk(Decoder &decoder, InputStream &is,
break;
}
}
return dsdlib_skip(&decoder, is, chunk_size);
return true;
}
static void