Skip to content

Commit

Permalink
Merge pull request #1811 from daniel-riehm/dev/include-avcodec-bsf
Browse files Browse the repository at this point in the history
Include avcodec/bsf.h
  • Loading branch information
daniel-riehm authored Dec 15, 2023
2 parents 7d944ae + e0ecea2 commit 08dada2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arrows/ffmpeg/ffmpeg_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

extern "C" {
#include <libavcodec/avcodec.h>
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(58, 87, 100)
#include <libavcodec/bsf.h>
#endif
#include <libavfilter/avfilter.h>
#include <libavformat/avformat.h>
#include <libavutil/hwcontext.h>
Expand Down

0 comments on commit 08dada2

Please sign in to comment.