[FFmpeg-trac] #10357(patchwork:new): vf_yadif_cuda cannot build after cecf35ae3e997dd884295d692aa6829462394132

FFmpeg trac at avcodec.org
Thu May 11 20:11:01 EEST 2023


#10357: vf_yadif_cuda cannot build after cecf35ae3e997dd884295d692aa6829462394132
-------------------------------------+-------------------------------------
             Reporter:  Dennis E.    |                     Type:  defect
  Mungai                             |
               Status:  new          |                 Priority:  critical
            Component:  patchwork    |                  Version:  git-
             Keywords:               |  master
  yadif,cuda,ccfifo                  |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 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....
 }}}
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10357>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list