Re: [FFmpeg-devel] [PATCH] swscale: Reduce verbosity of misalignment reporting

2017-10-29 Thread Michael Niedermayer
On Sun, Oct 22, 2017 at 11:47:55AM +0200, Henrik Gramner wrote: > It's a bit overzealous to complain about misalignment with AV_LOG_WARNING, > especially since memory bandwidth is much more likely to be the bottleneck > compared to data alignment which the user may not even have control over. > ---

Re: [FFmpeg-devel] [PATCH] swscale: Reduce verbosity of misalignment reporting

2017-10-29 Thread Henrik Gramner
On Sun, Oct 22, 2017 at 11:47 AM, Henrik Gramner wrote: > It's a bit overzealous to complain about misalignment with AV_LOG_WARNING, > especially since memory bandwidth is much more likely to be the bottleneck > compared to data alignment which the user may not even have control over. Ping. _

[FFmpeg-devel] [PATCH] swscale: Reduce verbosity of misalignment reporting

2017-10-22 Thread Henrik Gramner
It's a bit overzealous to complain about misalignment with AV_LOG_WARNING, especially since memory bandwidth is much more likely to be the bottleneck compared to data alignment which the user may not even have control over. --- libswscale/swscale.c | 18 +++--- 1 file changed, 3 insert