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
And add this line to test it after avformat_open_input in the constructor (line 24)
varproto= GetProtocolName(pFormatContext->pb);
You will notice that it will crash at that line with access violation exit code. Then you switch to AVClass_item_nameX instead of AVClass_item_name and use the commented return instead to get the proper result.
Hi @Ruslan-B,
Got an access violation with this delegate and fixed it by returning byte*. Eg:-
Might also worth implicit cast from all _func to delegates?
The text was updated successfully, but these errors were encountered: