Add missing header for LIBAVCODEC_VERSION_INT
authorJochen Sprickerhof <jspricke@debian.org>
Mon, 8 Aug 2022 19:10:13 +0000 (21:10 +0200)
committerJochen Sprickerhof <git@jochen.sprickerhof.de>
Mon, 8 Aug 2022 21:33:28 +0000 (23:33 +0200)
modules/videoio/src/ffmpeg_codecs.hpp

index 61788e0..faad259 100644 (file)
@@ -60,6 +60,7 @@ extern "C" {
 #include <errno.h>
 #endif
 
+#include <libavcodec/version.h>
 #include <libavformat/avformat.h>
 
 #ifdef __cplusplus