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
The FFMPEG bindings appear to miss a mechanism for restoring the default logger using av_log_set_callback. av_log_default_callback can be called but not used in places where function pointer arguments are taken.
The text was updated successfully, but these errors were encountered:
The FFMPEG bindings appear to miss a mechanism for restoring the default logger using
av_log_set_callback
.av_log_default_callback
can be called but not used in places where function pointer arguments are taken.The text was updated successfully, but these errors were encountered: