aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/gopher.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-07 15:30:30 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-07 20:58:00 +0200
commit44dcc4d6060c6dfffb60777396ee8ed8bd1fed76 (patch)
tree75c648e020db1ba92e027ce53d1f863e8f3b70ed /libavformat/gopher.c
parent29c6f4329aee832405236b40726fa75b1d391e91 (diff)
downloadffmpeg-44dcc4d6060c6dfffb60777396ee8ed8bd1fed76.tar.gz
avfilter/blend_modes: Always preserve constness
These casts cast const away temporarily; they are safe, because the pointers that are initialized point to const data. But this is nevertheless not nice and leads to warnings when using -Wcast-qual. blend_modes.c generates 546 (2*39*7) such warnings which is the majority of such warnings for FFmpeg as a whole. vf_blend.c and vf_blend_init.h also use this pattern; they have also been changed. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/gopher.c')
0 files changed, 0 insertions, 0 deletions