[FFmpeg-devel] [PATCH] libswscale/swscale.c: Clarify what exactly 'data is not aligned' to

2020-12-19 Thread Franziska Thul
libswscale/swscale.c emits a Warning that 'data is not aligned', but doesn't explain why, leaving users without any clue on how to address this issue. This patch simply adds that data is not aligned 'to 16 pixel boundaries'. Idealy, the warning would say which values are not aligned, too, but sin

Re: [FFmpeg-devel] [PATCH] libswscale/swscale.c: Clarify what exactly 'data is not aligned' to

2020-12-27 Thread Franziska Thul
Michael Niedermayer wrote: > > libswscale/swscale.c emits a Warning that 'data is not aligned', but > > doesn't explain > > why, leaving users without any clue on how to address this issue. > > This patch simply adds that data is not aligned 'to 16 pixel boundaries'. > all the alignment is by by