Add missing header for LIBAVCODEC_VERSION_INT

pull/22357/head
Jochen Sprickerhof 2 years ago committed by Jochen Sprickerhof
parent 1893b37e23
commit 496eed950f
No known key found for this signature in database
GPG Key ID: 5BFFDCC258E69433
  1. 1
      modules/videoio/src/ffmpeg_codecs.hpp

@ -60,6 +60,7 @@ extern "C" {
#include <errno.h>
#endif
#include <libavcodec/version.h>
#include <libavformat/avformat.h>
#ifdef __cplusplus

Loading…
Cancel
Save