aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mvi.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-11-09 20:42:35 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-11-18 04:51:24 +0100
commit7596b6530d5f00ea0510b5c698714c76369811e7 (patch)
tree5571cb60dc7a03ff05c095e7bf6958092279a5f8 /libavformat/mvi.c
parenta35101aae36583450be4881a5cde2a904a489d84 (diff)
downloadffmpeg-7596b6530d5f00ea0510b5c698714c76369811e7.tar.gz
avformat/hlsenc: Remove nonsense memset
The memset here is both unnecessary (avio_read() ignores the previous content of the destination buffer) as well as nonsense (for a char buf[BUFSIZE] sizeof(buf) and sizeof(BUFSIZE) are not the same; the latter is sizeof(int)). Fixes Coverity issue #1465863. Reviewed-by: Steven Liu <lq@chinaffmpeg.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavformat/mvi.c')
0 files changed, 0 insertions, 0 deletions