summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_image_proxy.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-05-07 19:13:04 +0200
committerCarl Hetherington <cth@carlh.net>2021-05-07 20:39:09 +0200
commitf3e52bd763513190de60e7f6b68c50b34ab80fee (patch)
treef55ecf3336d47e8f759d43c0918a38f4750164e1 /src/lib/ffmpeg_image_proxy.cc
parent7544dc823a8d89083c8481e6dbcca095522c3097 (diff)
Hide some more FFmpeg warnings.v2.15.143
Diffstat (limited to 'src/lib/ffmpeg_image_proxy.cc')
-rw-r--r--src/lib/ffmpeg_image_proxy.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_image_proxy.cc b/src/lib/ffmpeg_image_proxy.cc
index 7b2322101..ab9b94b14 100644
--- a/src/lib/ffmpeg_image_proxy.cc
+++ b/src/lib/ffmpeg_image_proxy.cc
@@ -28,12 +28,12 @@
#include "util.h"
#include "warnings.h"
#include <dcp/raw_convert.h>
+DCPOMATIC_DISABLE_WARNINGS
extern "C" {
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libavutil/pixdesc.h>
}
-DCPOMATIC_DISABLE_WARNINGS
#include <libxml++/libxml++.h>
DCPOMATIC_ENABLE_WARNINGS
#include <iostream>