You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this one made by myself. But I still have problem of unsubscription and making nullable the callback pointer. Because for me it is does not work and delegate function is calling forever while there are IO operations until AvFormatContext is completely disposed(freed)/ I have not found any possibility how to free or reassign pointer to delegate so it won't be called any more.
Ofc, this not work context->interrupt_callback.callback.Pointer = IntPtr.Zero; Also if I free my delegate app just will crush with EngineExecutionError.
Hi!
I'm struggling to set up an AVIOInterruptCB function, and I can't find a working example.
I use .NET6 and FFmpeg.Autogen 6.1
Can someone please share a working code example?
Kind regards,
Niclas
The text was updated successfully, but these errors were encountered: