diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-03-24 01:14:24 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-03-28 19:09:29 +0200 |
commit | 63fcf3da018fd4c884d0780b90141ed22ed86016 (patch) | |
tree | 8e9d8cd72133f7f23e40bb74fe01493701bf906b /libavformat/serdec.c | |
parent | 797c2ecc8fca65721b79637073df0a31fe31c463 (diff) | |
download | ffmpeg-63fcf3da018fd4c884d0780b90141ed22ed86016.tar.gz |
avformat/utils: Remove redundant check
This check is outdated because the caller doesn't need to check that
the multiplication overflows when using av_realloc_array() (the code
in question used av_realloc() before that); furthermore, the check
is also a remnant of the time in which our allocation functions
didn't use size_t parameters.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavformat/serdec.c')
0 files changed, 0 insertions, 0 deletions