X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fdxva2_vp9.c;h=eaeab3af7af2389b871ffe8a2adb5badf2a94ef5;hb=92c25963e8b68c47055b813334eaf76599936a90;hp=5a5b226422808470d21fc6d94e5c01bd9f4ac634;hpb=c00b218a8f75ed3eb87c213d95bd5775c0af5e12;p=ffmpeg diff --git a/libavcodec/dxva2_vp9.c b/libavcodec/dxva2_vp9.c index 5a5b2264228..eaeab3af7af 100644 --- a/libavcodec/dxva2_vp9.c +++ b/libavcodec/dxva2_vp9.c @@ -23,12 +23,8 @@ #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;