ffmpeg version , try to fix build with ni/ffmpeg/master

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6f0a018fa4
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-09-01 (Wed, 01 Sep 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2021-09-01 17:31:20 +02:00
committed by vanhofen
parent 1d72596135
commit 7b4556da03
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@
extern "C" { extern "C" {
#include <libavformat/avformat.h> #include <libavformat/avformat.h>
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(57, 48, 101) #if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(59, 0, 100)
#include <libavcodec/bsf.h> #include <libavcodec/bsf.h>
#endif #endif
} }

View File

@@ -33,7 +33,7 @@
extern "C" { extern "C" {
#include <libavformat/avformat.h> #include <libavformat/avformat.h>
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(57, 48, 101) #if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(59, 0, 100)
#include <libavcodec/bsf.h> #include <libavcodec/bsf.h>
#endif #endif
} }