]> git.sesse.net Git - vlc/blobdiff - src/video_output/vout_subpictures.c
Reworked the way pictures are handled by the vout core.
[vlc] / src / video_output / vout_subpictures.c
index 68b1052e9cb993d26585982d1491eb8c8fc8aee5..8b8a44825950b6758da8ea5d4858b9dd5bf1e910 100644 (file)
@@ -30,6 +30,9 @@
 # include "config.h"
 #endif
 
+#include <assert.h>
+#include <limits.h>
+
 #include <vlc_common.h>
 #include <vlc_vout.h>
 #include <vlc_block.h>
@@ -39,9 +42,6 @@
 #include "vout_internal.h"
 #include <vlc_image.h>
 
-#include <assert.h>
-#include <limits.h>
-
 /*****************************************************************************
  * Local prototypes
  *****************************************************************************/