]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/colorthres.c
Simplify vlc fourcc/ffmpeg pix format conversion.
[vlc] / modules / video_filter / colorthres.c
index 73b81d301c0562cac2613c3e717a7bf0dea10953..31f90f07b34ebb29dfcde7ca7a22c7f1941b7254 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <errno.h>
-#include <math.h>
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
 
+#include <errno.h>
+#include <math.h>
+
 #include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_sout.h>