X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fdxva2_hevc.c;h=dbb701fb1c3fc4bfbb36bdf2e5ce10418bbaf3a8;hb=dc8e15ef15d060a9ca118905c770710ce43a0723;hp=0ae07d304f1b9aed3595e3f833ecddd5b6e15dcf;hpb=4339c94364f8ff143d051fcace3e5801625db607;p=ffmpeg diff --git a/libavcodec/dxva2_hevc.c b/libavcodec/dxva2_hevc.c index 0ae07d304f1..dbb701fb1c3 100644 --- a/libavcodec/dxva2_hevc.c +++ b/libavcodec/dxva2_hevc.c @@ -22,14 +22,10 @@ #include "libavutil/avassert.h" +#include "dxva2_internal.h" #include "hevc_data.h" #include "hevcdec.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" - #define MAX_SLICES 256 struct hevc_dxva2_picture_context {