]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vda.h
mpegvideo_parser: fix buffer access beyond end
[ffmpeg] / libavcodec / vda.h
index ccbf3752cf6a56e75d88d42d324e7badc73c4a8c..de7070edea40850a5dd79f3d7cbf5aee7369fed8 100644 (file)
  * Public libavcodec VDA header.
  */
 
-#include "libavcodec/version.h"
-
-#if FF_API_VDA_ASYNC
-#include <pthread.h>
-#endif
-
 #include <stdint.h>
 
 // emmintrin.h is unable to compile with -std=c99 -Werror=missing-prototypes
 #include <VideoDecodeAcceleration/VDADecoder.h>
 #undef Picture
 
+#include "libavcodec/version.h"
+
+#if FF_API_VDA_ASYNC
+#include <pthread.h>
+#endif
+
 /**
  * @defgroup lavc_codec_hwaccel_vda VDA
  * @ingroup lavc_codec_hwaccel