vcomp/lavc: module_done

Since the commit e056d786 (2025-06-03) it needs to be called because
the parent no longer calls that.
This commit is contained in:
Martin Pulec
2025-06-13 10:21:08 +02:00
parent 5e54e7838f
commit 55712e2d97

View File

@@ -272,6 +272,7 @@ struct state_video_compress_libav {
module_register(&module_data, parent);
}
~state_video_compress_libav() {
module_done(&module_data);
av_packet_free(&pkt);
to_lavc_vid_conv_destroy(&pixfmt_conversion);
}