1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00
FFmpeg/libavcodec
Andreas Rheinhardt 484e7716bc 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>
2024-02-25 02:19:18 +01:00
..
2024-02-21 20:08:55 +02:00
2024-02-12 22:00:03 +02:00
2024-02-12 22:00:03 +02:00
2024-02-20 17:31:40 +11:00
2024-02-21 20:08:25 +02:00
2024-02-21 20:08:25 +02:00
2024-02-17 14:45:49 +02:00
2024-02-17 14:45:49 +02:00