Changeset e8704a8f in ffmpeg

Timestamp:
Sep 10, 2023, 8:55:42 PM (15 months ago)
Author:
Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Branches:
master
Children:
2a68d945
Parents:
e26506cb
git-author:
Andreas Rheinhardt <andreas.rheinhardt@outlook.com> (09/06/23 14:04:20)
git-committer:
Andreas Rheinhardt <andreas.rheinhardt@outlook.com> (09/10/23 20:55:42)
Message:

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>

(No files)

Note: See TracChangeset for help on using the changeset viewer.