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 <[email protected]>
Seems correct and makes the code cleaner. That memset() really is an ugly hack. Encoder patch also looks good. /Tomas _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
