mirror of https://github.com/FFmpeg/FFmpeg.git
The documentation of av_fourcc_make_string states the passed in buffer must be of at least the size of AV_FOURCC_MAX_STRING_SIZE . Using av_fourcc2str uses the correct buffer size and moves the buffer into a nested scope while also being shorter. Fixes: CID 1632380 Signed-off-by: Alexander Strasser <eclipse7@gmx.net>pull/153/merge
parent
f46415f373
commit
b0ea76c9d1
1 changed files with 1 additions and 3 deletions
Loading…
Reference in new issue