Re: [FFmpeg-devel] [PATCH 1/2] avcodec/videotoolboxenc: fix align issue

2020-09-26 Thread Zhao Zhili
Ping for the patch set. > On Aug 27, 2020, at 5:38 AM, quinkbl...@foxmail.com wrote: > > From: Zhao Zhili > > bool a53_cc is accessed as int: > src/libavutil/opt.c:129:9: runtime error: store to misaligned > address 0x7fbf454121a3 for type 'int', which requires 4 byte alignment > --- > libavcod

[FFmpeg-devel] [PATCH 1/2] avcodec/videotoolboxenc: fix align issue

2020-08-27 Thread quinkblack
From: Zhao Zhili bool a53_cc is accessed as int: src/libavutil/opt.c:129:9: runtime error: store to misaligned address 0x7fbf454121a3 for type 'int', which requires 4 byte alignment --- libavcodec/videotoolboxenc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavcodec