external_ffmpeg/libswscale
yangliming adb91efda3 fix ffmpeg hscale compile warning
ffmpeg/libswscale/hscale.c:57:32: warning: passing argument 6 of 'c->hyScale' from incompatible pointer type [-Wincompatible-pointer-types]
   57 |                        instance->filter_pos, instance->filter_size);
      |                        ~~~~~~~~^~~~~~~~~~~~
      |                                |
      |                                int *
ffmpeg/libswscale/hscale.c:57:32: note: expected 'const int32_t *' {aka 'const long int *'} but argument is of type 'int *'

Signed-off-by: yangliming <yangliming@xiaomi.com>
2025-12-15 19:21:45 +08:00
..
aarch64 Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
arm Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
ppc Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
tests Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
x86 Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
Makefile Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
alphablend.c Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
bayer_template.c Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
gamma.c avformat/dashenc: Disable streaming for webm output 2025-12-15 18:14:46 +08:00
hscale.c fix ffmpeg hscale compile warning 2025-12-15 19:21:45 +08:00
hscale_fast_bilinear.c avformat/dashenc: Disable streaming for webm output 2025-12-15 18:14:46 +08:00
input.c Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
libswscale.v build: Change structure of the linker version script templates 2016-05-29 16:43:11 +02:00
log2_tab.c avformat/dashenc: Disable streaming for webm output 2025-12-15 18:14:46 +08:00
options.c Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
output.c Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
rgb2rgb.c Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
rgb2rgb.h Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
rgb2rgb_template.c FFmpeg: fix build warning in libswscale/rgb2rgb_template.c 2025-12-15 19:21:44 +08:00
slice.c FFmpeg: fix build warning in libswscale/slice.c 2025-12-15 19:21:44 +08:00
swscale.c Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
swscale.h Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
swscale_internal.h Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
swscale_unscaled.c Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
swscaleres.rc avformat/dashenc: Disable streaming for webm output 2025-12-15 18:14:46 +08:00
utils.c FFmpeg: fix build warning in libswscale/utils.c 2025-12-15 19:21:45 +08:00
version.c Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
version.h Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
version_major.h Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
vscale.c Merge branch 'origin511' into sync511 2025-12-15 19:21:21 +08:00
yuv2rgb.c fix ffmpeg yuv2rgb.c compile warning 2025-12-15 19:21:44 +08:00