Hide some more FFmpeg warnings.
[dcpomatic.git] / src / lib / ffmpeg_wrapper.cc
index aacaeaae3021dbb27477542581b267104e1dc2e2..dbd2dce9f725a7bb3cbda6287b807f7cb89940a2 100644 (file)
 */
 
 
+#include "ffmpeg_wrapper.h"
+#include "warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 extern "C" {
 #include <libavformat/avformat.h>
 }
-#include "ffmpeg_wrapper.h"
+DCPOMATIC_ENABLE_WARNINGS
 #include <new>