diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-02-21 21:16:17 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-02-25 02:19:18 +0100 |
commit | 484e7716bc9c79ead7b345e38197d414d5cdccc8 (patch) | |
tree | a6452f740925aafcde24f959513ae06bb28efc4a /libavutil/arm/float_dsp_init_vfp.c | |
parent | b31ee084a94aa1eb83c7b53e8fab665994783073 (diff) | |
download | ffmpeg-484e7716bc9c79ead7b345e38197d414d5cdccc8.tar.gz |
avcodec/cbs_h266_syntax_template: Don't omit unused function parameter
The calls to the sei_decoded_picture_hash read and write functions
are performed with four pointer arguments; just because one
of them is unused by the callees does not mean that they
can be omitted: This is undefined behaviour.
(This was not recognized because the SEI_MESSAGE_RW macro
contains casts.)
Reviewed-by: Mark Thompson <sw@jkqxz.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavutil/arm/float_dsp_init_vfp.c')
0 files changed, 0 insertions, 0 deletions