Added AllocIOContext

This commit is contained in:
Quentin Renard
2024-05-07 16:11:03 +02:00
parent 37b487d160
commit 869bb04b81
10 changed files with 314 additions and 12 deletions

View File

@@ -318,7 +318,7 @@ func openOutputFile() (err error) {
err = fmt.Errorf("main: opening io context failed: %w", err)
return
}
c.AddWithError(ioContext.Closep)
c.AddWithError(ioContext.Close)
// Update output format context
outputFormatContext.SetPb(ioContext)