diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-11-20 16:19:15 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-11-21 00:35:30 +0100 |
commit | 645f705d6ac157ff29bbc45b7591d3a2f70b0b7f (patch) | |
tree | e3ae59a2d1d6d38f5d7376bfbeeb5e3937b49006 /libavutil/lfg.c | |
parent | 40cf317d09920e18045515cb867a512d071a6cf6 (diff) | |
download | ffmpeg-645f705d6ac157ff29bbc45b7591d3a2f70b0b7f.tar.gz |
av(codec|device): Don't cast pointers to int
C99/C11 6.3.2.3 5: "Any pointer type may be converted to an integer
type. [...] If the result cannot be represented in the integer type,
the behavior is undefined." So stop casting pointers to int; use
uintptr_t instead.
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavutil/lfg.c')
0 files changed, 0 insertions, 0 deletions