[FFmpeg-devel] AVFrame data alignment issues

Ronald S. Bultje rsbultje at gmail.com
Sun Jan 16 03:37:58 EET 2022


Hi,

On Sat, Jan 15, 2022 at 7:59 PM Marton Balint <cus at passwd.hu> wrote:

> How this should be fixed?
>

The current state (I believe this is documented) is that libavfilter
buffers are not guaranteed to be aligned, but libavcodec buffers are. If a
libavfilter without alignment is input into avcodec without explicit copy
into a new, aligned buffer, that's invalid API usage.

Ronald


More information about the ffmpeg-devel mailing list