Opened 8 days ago

Last modified 8 days ago

#11234 new defect

release 6.1 build i686 fails in libavfilter/vsrc_testsrc_vulkan.c

Reported by: Defisym Owned by:
Priority: normal Component: avfilter
Version: 6.1.1 Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

similiar to this issue:
https://trac.ffmpeg.org/ticket/10833

i686 build release 6.1 variant fails with the following info:

libavfilter/vsrc_testsrc_vulkan.c: In function 'testsrc_vulkan_activate':
libavfilter/vsrc_testsrc_vulkan.c:234:47: error: passing argument 6 of 'ff_vk_filter_process_simple' makes integer from pointer without a cast [-Wint-conversion]
  234 |                                               NULL, &s->opts, sizeof(s->opts));
      |                                               ^~~~
      |                                               |
      |                                               void *
In file included from libavfilter/vsrc_testsrc_vulkan.c:24:
libavfilter/vulkan_filter.h:47:43: note: expected 'VkSampler' {aka 'long long unsigned int'} but argument is of type 'void *'
   47 |                                 VkSampler sampler, void *push_src, size_t push_size);
      |                                 ~~~~~~~~~~^~~~~~~
libavfilter/vsrc_testsrc_vulkan.c:253:43: error: passing argument 6 of 'ff_vk_filter_process_simple' makes integer from pointer without a cast [-Wint-conversion]
  253 |                                           NULL, &s->opts, sizeof(s->opts));
      |                                           ^~~~
      |                                           |
      |                                           void *
libavfilter/vulkan_filter.h:47:43: note: expected 'VkSampler' {aka 'long long unsigned int'} but argument is of type 'void *'
   47 |                                 VkSampler sampler, void *push_src, size_t push_size);
      |                                 ~~~~~~~~~~^~~~~~~

it seems that due to changes made in
http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=5860a966d2fffbbda1af0014f0a4d37a21c4f2ca
is not back ported to 6.1 branch
http://git.videolan.org/?p=ffmpeg.git;a=blob;f=libavfilter/vsrc_testsrc_vulkan.c;h=8761c21dfd1ede3bcaaf0c884aaf9f99141976e5;hb=refs/heads/release/6.1

Change History (1)

comment:1 by Defisym, 8 days ago

Summary: release 6.1 build fails in libavfilter/vsrc_testsrc_vulkan.crelease 6.1 build i686 fails in libavfilter/vsrc_testsrc_vulkan.c
Note: See TracTickets for help on using tickets.