fix: dont force flush on muxer

This commit is contained in:
kieran 2024-11-11 12:20:25 +00:00
parent b12d0d07c4
commit f7e9489361
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

@ -19,7 +19,6 @@ impl Drop for Muxer {
fn drop(&mut self) {
unsafe {
if !self.ctx.is_null() {
avio_flush((*self.ctx).pb);
avformat_free_context(self.ctx);
}
}