decoder/dsf: don't skip remaining bytes
Nobody cares.
This commit is contained in:
parent
6fe06cad98
commit
1f642238a7
@ -286,7 +286,7 @@ dsf_decode_chunk(Decoder &decoder, InputStream &is,
|
||||
break;
|
||||
}
|
||||
}
|
||||
return dsdlib_skip(&decoder, is, chunk_size);
|
||||
return true;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user