1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00
Files
FFmpeg/libavcodec
James Zern 32cefd3789 avcodec/libaomenc: Fix use of uninitialized value
codecctl_intp() is used to populate values via aom_codec_control(), not
set them. This change moves the output of the return pointer's value
after the aom_codec_control() to avoid a memory sanitizer warning (use
of uninitialized value).

Signed-off-by: James Zern <jzern@google.com>
2025-11-19 12:43:12 -08:00
..
2025-11-05 15:13:54 +00:00
2025-11-05 16:31:59 +00:00
2025-11-08 18:48:54 +01:00
2025-11-08 01:17:46 +01:00
2025-11-09 02:42:17 +01:00
2025-11-10 01:46:52 +00:00
2025-11-04 10:28:57 +00:00