add 0x80 and 0x8c as possible first bytes of AAC-ELD frames

This commit is contained in:
fduncanh
2022-01-02 03:24:20 -05:00
parent 76b202c38d
commit 0c4f02b61a
2 changed files with 21 additions and 7 deletions

View File

@@ -173,7 +173,7 @@ raop_buffer_decrypt(raop_buffer_t *raop_buffer, unsigned char *data, unsigned ch
printf("%s",utils_data_to_string(output,payload_size,16));
printf("\n");
} else {
printf("%d after %s\n", payload_size, utils_data_to_string(output,16,16 ));
printf("%d after \n%s\n", payload_size, utils_data_to_string(output,16,16 ));
}
}
#ifdef DUMP_AUDIO