diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-03-15 11:26:13 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-03-19 00:18:35 +0100 |
commit | 93c70b85557a440fe3551cc7bd43b39035e3b970 (patch) | |
tree | a6ef70d221464cb6a3cc028a8e9295ea19e6dc6f /configure | |
parent | 3d4634f1ff7ca3f18a4886e8336bda5a7e4ab3a8 (diff) | |
download | ffmpeg-93c70b85557a440fe3551cc7bd43b39035e3b970.tar.gz |
avcodec/zerocodec: Use ff_inflate_init/end()
This fixes the problem of potentially closing a z_stream
that has never been successfully initialized.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2990,7 +2990,7 @@ wmv3image_decoder_select="wmv3_decoder" xma1_decoder_select="wmapro_decoder" xma2_decoder_select="wmapro_decoder" ylc_decoder_select="bswapdsp" -zerocodec_decoder_deps="zlib" +zerocodec_decoder_select="inflate_wrapper" zlib_decoder_deps="zlib" zlib_encoder_deps="zlib" zmbv_decoder_select="inflate_wrapper" |