[FFmpeg-devel] [PATCH] lavfi/tests: Fix 16-bit vf_blend test to avoid memory not aligned to 2 bytes

Paul B Mahol onemda at gmail.com
Tue May 29 15:41:33 EEST 2018


On 5/29/18, Andrey Semashev <andrey.semashev at gmail.com> wrote:
> On 05/24/18 00:07, Andrey Semashev wrote:
>> Generic C implementation of vf_blend performs reads and writes of 16-bit
>> elements, which requires the buffers to be aligned to at least 2-byte
>> boundary.
>>
>> Also, the change fixes source buffer overrun caused by src_offset being
>> added to to test handling of misaligned buffers.
>>
>> Fixes: #7226
>
> Ping? Any comments?

Should be OK.


More information about the ffmpeg-devel mailing list