Re: [FFmpeg-devel] [PATCH] vf_zscale: Fix alpha destination graph for floating point pixel formats

2017-12-08 Thread Paul B Mahol
On 12/7/17, Vittorio Giovara wrote: > This was setting the input pixel type instead of the output one, > leading to incorrect data being fed to the library. > > Signed-off-by: Vittorio Giovara > --- > libavfilter/vf_zscale.c | 2 +- > 1

[FFmpeg-devel] [PATCH] vf_zscale: Fix alpha destination graph for floating point pixel formats

2017-12-07 Thread Vittorio Giovara
This was setting the input pixel type instead of the output one, leading to incorrect data being fed to the library. Signed-off-by: Vittorio Giovara --- libavfilter/vf_zscale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git