]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dxva2_vp9.c
avutil/mem: Also poison new av_realloc-allocated blocks
[ffmpeg] / libavcodec / dxva2_vp9.c
index 5a5b226422808470d21fc6d94e5c01bd9f4ac634..eaeab3af7af2389b871ffe8a2adb5badf2a94ef5 100644 (file)
 #include "libavutil/avassert.h"
 #include "libavutil/pixdesc.h"
 
-#include "vp9shared.h"
-
-// The headers above may include w32threads.h, which uses the original
-// _WIN32_WINNT define, while dxva2_internal.h redefines it to target a
-// potentially newer version.
 #include "dxva2_internal.h"
+#include "vp9shared.h"
 
 struct vp9_dxva2_picture_context {
     DXVA_PicParams_VP9    pp;