mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-05 08:04:41 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user