mirror of https://git.ffmpeg.org/ffmpeg.git
avformat/spdifenc: Reorder struct members to make it smaller
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
2e9fd627ed
commit
d438540d2b
|
@ -410,8 +410,8 @@ static const uint8_t mat_end_code[16] = {
|
||||||
|
|
||||||
static const struct {
|
static const struct {
|
||||||
unsigned int pos;
|
unsigned int pos;
|
||||||
const uint8_t *code;
|
|
||||||
unsigned int len;
|
unsigned int len;
|
||||||
|
const uint8_t *code;
|
||||||
} mat_codes[] = {
|
} mat_codes[] = {
|
||||||
MAT_CODE(0, mat_start_code),
|
MAT_CODE(0, mat_start_code),
|
||||||
MAT_CODE(30708, mat_middle_code),
|
MAT_CODE(30708, mat_middle_code),
|
||||||
|
|
Loading…
Reference in New Issue