diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-03-25 02:24:22 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-03-28 03:06:13 +0100 |
commit | 6edd83c0e2f9fc4b483c497485423281b376a7f5 (patch) | |
tree | 8fbb29184e648ca1b876bbfa58c97a34e680609a /fftools/cmdutils.c | |
parent | 641850f67f173985708049c0451dd04e5e14c98a (diff) | |
download | ffmpeg-6edd83c0e2f9fc4b483c497485423281b376a7f5.tar.gz |
avcodec/ratecontrol: Avoid function pointer casts
It is undefined behaviour to call a function with a different
signature for the call than the actual function signature;
there are no exceptions for void* and RateControlEntry*.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'fftools/cmdutils.c')
0 files changed, 0 insertions, 0 deletions