﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc	blockedby	blocking	reproduced	analyzed
10357	vf_yadif_cuda cannot build after cecf35ae3e997dd884295d692aa6829462394132	Dennis E. Mungai	Devin Heitmueller <devin.heitmueller@ltnglobal.com>	"Summary of the bug:
How to reproduce:

Building the current git tip fails after the inclusion of this patch https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/cecf35ae3e997dd884295d692aa6829462394132

With the error:

{{{
libavfilter/vf_yadif_cuda.c: In function 'deint_cuda_uninit':
libavfilter/vf_yadif_cuda.c:208:5: error: implicit declaration of function 'ff_cc_fifo_freep'; did you mean 'ff_ccfifo_freep'? [-Werror=implicit-function-declaration]
  208 |     ff_cc_fifo_freep(&y->cc_fifo);
      |     ^~~~~~~~~~~~~~~~
      |     ff_ccfifo_freep
libavfilter/vf_yadif_cuda.c: In function 'config_output':
libavfilter/vf_yadif_cuda.c:298:12: error: 'DeintCUDAContext' has no member named 'cc_fifo'
  298 |     if (!(s->cc_fifo = ff_cc_fifo_alloc(link->frame_rate, ctx))) {
      |            ^~
libavfilter/vf_yadif_cuda.c:298:24: error: implicit declaration of function 'ff_cc_fifo_alloc'; did you mean 'ff_ccfifo_alloc'? [-Werror=implicit-function-declaration]
  298 |     if (!(s->cc_fifo = ff_cc_fifo_alloc(link->frame_rate, ctx))) {
      |                        ^~~~~~~~~~~~~~~~
      |                        ff_ccfifo_alloc
cc1: some warnings being treated as errors
make: *** [ffbuild/common.mak:81: libavfilter/vf_yadif_cuda.o] Error 1
make: *** Waiting for unfinished jobs....
}}}"	defect	closed	critical	patchwork	git-master	fixed	yadif,cuda,ccfifo	Dennis E. Mungai			0	0
