On Thu, May 18, 2017 at 10:11 AM, Nicolas George <[email protected]> wrote:
> Signed-off-by: Nicolas George <[email protected]>
> ---
>  doc/APIchanges    |  3 +++
>  libavutil/frame.c | 17 +++++++++++++++++
>  libavutil/frame.h |  8 ++++++++
>  3 files changed, 28 insertions(+)
>
>

I wonder if there should be an exception in here somewhere for
hardware pixelformats, there is no reason to assume the hardware
pointers passed in AVFrame would be aligned, and aligning them would
cause all sorts of crashes.
Best case from an API standpoint would be if av_frame_check_align can
just claim hardware frames are aligned, so users don't have to
replicate that check.

-  Hendrik
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to