tor 2021-05-06 klockan 07:11 +0200 skrev Andreas Rheinhardt:
> It is not documented to be safe to call inflateEnd() on a z_stream
> that has not been successfully initialized via inflateInit(); so
> record whether it has been successfully initialized.
>
> Signed-off-by: Andreas Rheinhardt
Seems
It is not documented to be safe to call inflateEnd() on a z_stream
that has not been successfully initialized via inflateInit(); so
record whether it has been successfully initialized.
Signed-off-by: Andreas Rheinhardt
---
libavcodec/zmbv.c | 8
1 file changed, 4 insertions(+), 4 deleti