]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dxva2_hevc.c
avformat/http: Remove deprecated "user-agent" option
[ffmpeg] / libavcodec / dxva2_hevc.c
index 0ae07d304f1b9aed3595e3f833ecddd5b6e15dcf..dbb701fb1c3fc4bfbb36bdf2e5ce10418bbaf3a8 100644 (file)
 
 #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 {