Add missing header for LIBAVCODEC_VERSION_INT

This commit is contained in:
Jochen Sprickerhof 2022-08-08 21:10:13 +02:00 committed by Jochen Sprickerhof
parent 1893b37e23
commit 496eed950f
No known key found for this signature in database
GPG Key ID: 5BFFDCC258E69433

View File

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