On Thu, May 18, 2017 at 10:11 AM, Nicolas George <geo...@nsup.org> wrote: > Signed-off-by: Nicolas George <geo...@nsup.org> > --- > 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 ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel