mirror of https://github.com/FFmpeg/FFmpeg.git
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>
(cherry picked from commit 484e7716bc
)
release/6.1
parent
db36dfc9ba
commit
bebaad4371
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue