We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e86193 commit 977332eCopy full SHA for 977332e
src/scan.c
@@ -69,9 +69,9 @@ int scan_init(unsigned nb_files) {
69
* It is now useless
70
* https://github.com/FFmpeg/FFmpeg/blob/70d25268c21cbee5f08304da95be1f647c630c15/doc/APIchanges#L86
71
*/
72
- if (avformat_version() < AV_VERSION_INT(58,9,100))
+#if LIBAVFORMAT_VERSION_INT < AV_VERSION_INT(58,9,100)
73
av_register_all();
74
-
+#endif
75
av_log_set_callback(scan_av_log);
76
77
scan_nb_files = nb_files;
0 commit comments