Re: [FFmpeg-devel] [PATCH] swscale: fix chroma width rounding

2021-06-03 Thread lance . lmwang
On Thu, Jun 03, 2021 at 09:10:13PM +0200, Michael Niedermayer wrote: > On Wed, Jun 02, 2021 at 11:02:44PM +0800, lance.lmw...@gmail.com wrote: > > From: Limin Wang > > > > fixes vertical line at the right side of video for rgb24toyv12 conversion. > > Please reproduce it with below command: > > ./

Re: [FFmpeg-devel] [PATCH] swscale: fix chroma width rounding

2021-06-03 Thread Michael Niedermayer
On Wed, Jun 02, 2021 at 11:02:44PM +0800, lance.lmw...@gmail.com wrote: > From: Limin Wang > > fixes vertical line at the right side of video for rgb24toyv12 conversion. > Please reproduce it with below command: > ./ffplay -f lavfi -i > "testsrc=size=529x656,ocv=filter_name=smooth,format=yuv420p

Re: [FFmpeg-devel] [PATCH] swscale: fix chroma width rounding

2021-06-02 Thread lance . lmwang
On Wed, Jun 02, 2021 at 11:02:44PM +0800, lance.lmw...@gmail.com wrote: > From: Limin Wang > > fixes vertical line at the right side of video for rgb24toyv12 conversion. > Please reproduce it with below command: > ./ffplay -f lavfi -i > "testsrc=size=529x656,ocv=filter_name=smooth,format=yuv420p