]> git.sesse.net Git - ffmpeg/commit
avcodec/videotoolboxenc: fix align issue
authorZhao Zhili <zhilizhao@tencent.com>
Wed, 26 Aug 2020 21:38:44 +0000 (05:38 +0800)
committerRick Kern <kernrj@gmail.com>
Tue, 29 Sep 2020 01:45:54 +0000 (21:45 -0400)
commit419d2524a8239a8f00b4c1702c91065b259615a2
treec7cca7c3b1d82dfe5dd36cad3256fbdf50384193
parente16788a32398e5199d61e79c8784f4523eadc001
avcodec/videotoolboxenc: fix align issue

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

Signed-off-by: Rick Kern <kernrj@gmail.com>
libavcodec/videotoolboxenc.c