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
to free the context format resource, avformat_close_input() is used. But the doc says explicitely to use avformat_free_context() for this task. so why is avformat_close_input() used ?