more aac correction - release

This commit is contained in:
Philippe G
2020-05-14 19:26:59 -07:00
parent 575118f62c
commit c33635f35c
2 changed files with 16 additions and 9 deletions

View File

@@ -358,7 +358,7 @@ static decode_state alac_decode(void) {
return DECODE_COMPLETE;
}
// enough data for coding
// is there enough data for decoding
if (bytes < block_size) {
UNLOCK_S;
return DECODE_RUNNING;