diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-06 16:04:20 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-10 22:55:42 +0200 |
commit | e8704a8f60041abb84585efaf3223abf0b6dcb90 (patch) | |
tree | 0ad68e72ce1fa010053cb61598c258f2e6a2415b /libavcodec/mpc8.c | |
parent | e26506cb3b2a8c1ee28c13c328e4dcb037555f9e (diff) | |
download | ffmpeg-e8704a8f60041abb84585efaf3223abf0b6dcb90.tar.gz |
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 <git@haerdin.se>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/mpc8.c')
0 files changed, 0 insertions, 0 deletions