diff options
author | Andreas Rheinhardt <[email protected]> | 2023-09-06 16:04:20 +0200 |
---|---|---|
committer | Andreas Rheinhardt <[email protected]> | 2023-09-10 22:55:42 +0200 |
commit | e8704a8f60041abb84585efaf3223abf0b6dcb90 (patch) | |
tree | 0ad68e72ce1fa010053cb61598c258f2e6a2415b /libavcodec/qoi_parser.c | |
parent | e26506cb3b2a8c1ee28c13c328e4dcb037555f9e (diff) |
avformat/aviobuf: Don't use incompatible function pointer type for call
It is undefined behaviour even in cases where it works
(it works because both are pointers). Instead change
the functions involved to use the type expected by the AVIO-API
and add inline wrappers for our internal callers.
Reviewed-by: Tomas Härdin <[email protected]>
Signed-off-by: Andreas Rheinhardt <[email protected]>
Diffstat (limited to 'libavcodec/qoi_parser.c')
0 files changed, 0 insertions, 0 deletions