Fix crashes on x-thread signal emission.
[dcpomatic.git] / src / lib / ffmpeg.h
index 8aaa54f84afab6973938e83eb138a60d6a2fa9c3..6dd9da0dc4efb9f571ec76629ed7c6953ebd2d6d 100644 (file)
 #ifndef DCPOMATIC_FFMPEG_H
 #define DCPOMATIC_FFMPEG_H
 
-#include <vector>
-#include <boost/shared_ptr.hpp>
-#include <boost/thread/mutex.hpp>
 extern "C" {
 #include <libavcodec/avcodec.h>
 }
 #include "file_group.h"
+#include <boost/shared_ptr.hpp>
+#include <boost/thread/mutex.hpp>
+#include <vector>
 
 struct AVFilterGraph;
 struct AVCodecContext;