Even more logging when reading DCPs.
[dcpomatic.git] / src / lib / ffmpeg_stream.cc
index 86108ce4d1ea24ab38bf5ed29634344608376e1f..47f71d1195bcbb2a169b5661c31171a8bd165c11 100644 (file)
 #include "ffmpeg_stream.h"
 #include "dcpomatic_assert.h"
 #include <dcp/raw_convert.h>
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <libxml++/libxml++.h>
 extern "C" {
 #include <libavformat/avformat.h>
 }
+LIBDCP_ENABLE_WARNINGS
 
 using std::string;
 using dcp::raw_convert;