Add comment.
[dcpomatic.git] / src / lib / ffmpeg_stream.cc
index 86108ce4d1ea24ab38bf5ed29634344608376e1f..2d85a90bb69fcf81bc595b2ec3f96439bb5b1de4 100644 (file)
 
 #include "ffmpeg_stream.h"
 #include "dcpomatic_assert.h"
+#include "warnings.h"
 #include <dcp/raw_convert.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <libxml++/libxml++.h>
 extern "C" {
 #include <libavformat/avformat.h>
 }
+DCPOMATIC_ENABLE_WARNINGS
 
 using std::string;
 using dcp::raw_convert;