summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_examiner.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-08-03 21:24:51 +0200
committerCarl Hetherington <cth@carlh.net>2021-08-03 21:24:51 +0200
commit4e2ff7851127cd85c3e7d78b42eb884d0cda0ac3 (patch)
tree4d998510add120ab95838f2455a94cc565248fd6 /src/lib/ffmpeg_examiner.cc
parente14c78e13eab9125a875e90b97c7dab77aa46b90 (diff)
Fix build with newer FFmpeg.
Diffstat (limited to 'src/lib/ffmpeg_examiner.cc')
-rw-r--r--src/lib/ffmpeg_examiner.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_examiner.cc b/src/lib/ffmpeg_examiner.cc
index bd6a9b20d..853db90be 100644
--- a/src/lib/ffmpeg_examiner.cc
+++ b/src/lib/ffmpeg_examiner.cc
@@ -33,8 +33,9 @@ extern "C" {
#include <libavformat/avformat.h>
#include <libavutil/pixfmt.h>
#include <libavutil/pixdesc.h>
-#include <libavutil/eval.h>
+#include <libavutil/channel_layout.h>
#include <libavutil/display.h>
+#include <libavutil/eval.h>
}
DCPOMATIC_ENABLE_WARNINGS
#include <iostream>