Re: [FFmpeg-devel] [PATCH v2 1/1] swscale/swscale_unscaled: fixed the issue that when width/height is not 2-multiple, transition of nv12 to u/v planes is not completed.

2019-03-28 Thread Michael Niedermayer
On Thu, Mar 28, 2019 at 07:40:53PM +0800, Decai Lin wrote: > From: "Dong, Jerry" > > Signed-off-by: Dong, Jerry > Signed-off-by: Decai Lin > --- > libswscale/swscale_unscaled.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) will apply thanks [...] -- Michael GnuPG fing

[FFmpeg-devel] [PATCH v2 1/1] swscale/swscale_unscaled: fixed the issue that when width/height is not 2-multiple, transition of nv12 to u/v planes is not completed.

2019-03-28 Thread Decai Lin
From: "Dong, Jerry" Signed-off-by: Dong, Jerry Signed-off-by: Decai Lin --- libswscale/swscale_unscaled.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libswscale/swscale_unscaled.c b/libswscale/swscale_unscaled.c index 058f2b9..d01e373 100644 --- a/libswscale/sws