]> git.sesse.net Git - ffmpeg/commit
avcodec/flashsvenc: Remove unused z_stream
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 14 Sep 2020 14:37:58 +0000 (16:37 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 19 Sep 2020 16:39:58 +0000 (18:39 +0200)
commitd1487659ee584d3b0521a894e9ea0f182edbd676
tree2b1c1dd1ac4753b618468946791d1bd1a007a1da
parentec6f4c51586cc213d16749f930970ba8afd0e38a
avcodec/flashsvenc: Remove unused z_stream

This encoder uses the compress2 utility function provided by zlib
instead of using a z_stream.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/flashsvenc.c