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
Only call av_register_all() if libavformat is older than version 58.9.100
This patch adds a preprocessor #define to ensure we only call the deprecated
function av_register_all() when working with versions of libavformat older
than 58.9.100.
The function av_register_all() was removed in ffmpeg 5.0.
0 commit comments