Re: [FFmpeg-devel] [Patch] scale_npp : Fix pass through mode

2017-08-14 Thread Yogender Gupta
enpieler Sent: Monday, August 14, 2017 5:49 PM To: ffmpeg-devel@ffmpeg.org Subject: Re: [FFmpeg-devel] [Patch] scale_npp : Fix pass through mode Applied with a slightly changed logic to achieve the same with fewer lines. (Which I forgot to commit before pushing, so th

Re: [FFmpeg-devel] [Patch] scale_npp : Fix pass through mode

2017-08-14 Thread Timo Rothenpieler
Am 14.08.2017 um 15:42 schrieb Yogender Gupta: >>> Applied with a slightly changed logic to achieve the same with fewer lines. > > I just tested, the modified logic doesn't work as none of the stages are > initialized. > True, I mis-read the array name as being identical. -ctx->outputs[0]-

Re: [FFmpeg-devel] [Patch] scale_npp : Fix pass through mode

2017-08-14 Thread Yogender Gupta
alf Of Timo Rothenpieler Sent: Monday, August 14, 2017 5:49 PM To: ffmpeg-devel@ffmpeg.org Subject: Re: [FFmpeg-devel] [Patch] scale_npp : Fix pass through mode Applied with a slightly changed logic to achieve the same with fewer lines. (Which I forgot to commit before pushing, so there's

Re: [FFmpeg-devel] [Patch] scale_npp : Fix pass through mode

2017-08-14 Thread Timo Rothenpieler
Applied with a slightly changed logic to achieve the same with fewer lines. (Which I forgot to commit before pushing, so there's two patches now) ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [Patch] scale_npp : Fix pass through mode

2017-08-14 Thread Mark Thompson
On 14/08/17 12:20, Yogender Gupta wrote: > Pass through mode (input resolution = output resolution) mode is broken in > scale_npp. This patch fixes the same. > > Thanks, > Yogender > > From 6ab2dee97b0eef4c06e9ba8a24a9be01a8c3e33d Mon Sep 17 00:00:00 2001 > From: Yogender Gupta > Date: Mon, 14

[FFmpeg-devel] [Patch] scale_npp : Fix pass through mode

2017-08-14 Thread Yogender Gupta
Pass through mode (input resolution = output resolution) mode is broken in scale_npp. This patch fixes the same. Thanks, Yogender --- This email message is for the sole use of the intended recipient(s) and may cont