[FFmpeg-devel] [PATCH 6/6] avformat/spdifenc: Reorder struct members to make it smaller
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Sun Sep 18 17:01:35 EEST 2022
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
libavformat/spdifenc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/spdifenc.c b/libavformat/spdifenc.c
index 7b8e231cff..2861f828b4 100644
--- a/libavformat/spdifenc.c
+++ b/libavformat/spdifenc.c
@@ -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),
--
2.34.1
More information about the ffmpeg-devel
mailing list