[FFmpeg-devel] [PATCH] avfilter/vf_hwupload_cuda: add YUVA420P to pix_fmts

2020-12-06 Thread Daniel Raniz Raneland
Signed-off-by: Daniel Raniz Raneland --- libavfilter/vf_hwupload_cuda.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavfilter/vf_hwupload_cuda.c b/libavfilter/vf_hwupload_cuda.c index 33906f2515..c98ef7dd95 100644 --- a/libavfilter/vf_hwupload_cuda.c +++ b/libavfilter

Re: [FFmpeg-devel] [PATCH] avfilter/vf_hwupload_cuda: add transparent pix_fmts

2020-12-06 Thread Daniel Raniz Raneland
Oh, I just assumed it would work since YUVA420P worked out of the box and both YUV420P and YUV444P were on the list of supported formats. Removing then since I only need YUVA420P. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org

[FFmpeg-devel] [PATCH] avfilter/vf_hwupload_cuda: add transparent pix_fmts

2020-12-03 Thread Daniel Raniz Raneland
Signed-off-by: Daniel Raniz Raneland --- libavfilter/vf_hwupload_cuda.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavfilter/vf_hwupload_cuda.c b/libavfilter/vf_hwupload_cuda.c index 33906f2515..83b7babeaa 100644 --- a/libavfilter/vf_hwupload_cuda.c +++ b/libavfilter