avformat/spdifenc: Reorder struct members to make it smaller

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2022-09-18 00:39:42 +02:00
parent 2e9fd627ed
commit d438540d2b
1 changed files with 1 additions and 1 deletions

View File

@ -410,8 +410,8 @@ static const uint8_t mat_end_code[16] = {
static const struct {
unsigned int pos;
const uint8_t *code;
unsigned int len;
const uint8_t *code;
} mat_codes[] = {
MAT_CODE(0, mat_start_code),
MAT_CODE(30708, mat_middle_code),