]> git.sesse.net Git - ffmpeg/commit
avcodec/libx264: call x264_param_cleanup() if available
authorJames Almer <jamrial@gmail.com>
Fri, 10 Jul 2020 20:47:57 +0000 (17:47 -0300)
committerJames Almer <jamrial@gmail.com>
Fri, 17 Jul 2020 18:24:56 +0000 (15:24 -0300)
commit890f2e960ac67af102c0a98af1e5c45ff3274ae5
treefa5cdfbbd7b226025ed086c8aa78921763dcf623
parent03ad76794e23bbbc2a9aafeef631efcc5f91435e
avcodec/libx264: call x264_param_cleanup() if available

The documentation states it should be used to free any memory allocated
by x264_param_parse().

Signed-off-by: James Almer <jamrial@gmail.com>
libavcodec/libx264.c