diff options
author | Andreas Rheinhardt <[email protected]> | 2024-02-21 21:16:17 +0100 |
---|---|---|
committer | Andreas Rheinhardt <[email protected]> | 2024-02-25 02:19:18 +0100 |
commit | 484e7716bc9c79ead7b345e38197d414d5cdccc8 (patch) | |
tree | a6452f740925aafcde24f959513ae06bb28efc4a /libavfilter/motion_estimation.c | |
parent | b31ee084a94aa1eb83c7b53e8fab665994783073 (diff) |
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 <[email protected]>
Signed-off-by: Andreas Rheinhardt <[email protected]>
Diffstat (limited to 'libavfilter/motion_estimation.c')
0 files changed, 0 insertions, 0 deletions