mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-04 21:25:40 +01:00
Fixes segfaults on systems where PixblockDSPContext.get_pixels really requires to be properly aligned (e.g. ARMv7). Before this commit input created by -filter_complex nullsrc=s=740x576:r=25,format=yuv420p,crop=w=720:x=2 led to crashes. (The unaligned strides are in violation of the AVFrame.linesize documentation, unaligned pointers itself do not seem to be prohibited for encoders.) Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
46 KiB
46 KiB