diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-08-27 13:46:50 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-08-31 17:01:04 +0200 |
commit | bcbd84f435f5f449c04f93023eb874e07c76470c (patch) | |
tree | 26b988282f1bbbb7ab43d3ebdeaca57a00a4b79f /libavfilter/vf_maskedclamp.c | |
parent | e04ddba64f4c389b33b07dba6adb89f3492b151c (diff) | |
download | ffmpeg-bcbd84f435f5f449c04f93023eb874e07c76470c.tar.gz |
avformat/utils: Don't allocate zero-sized array
It is unnecessary and also ill-defined: av_malloc() returns a 1-byte
block of memory in this case, but this is not documented.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter/vf_maskedclamp.c')
0 files changed, 0 insertions, 0 deletions