]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dxva2_h264.c
avformat/http: Remove deprecated "user-agent" option
[ffmpeg] / libavcodec / dxva2_h264.c
index a4278c80b5258cad573cb6eeb82524ef4b51376a..5b23b28f1202b8ad790fdfe1b539738f8d016f5f 100644 (file)
 
 #include "libavutil/avassert.h"
 
+#include "dxva2_internal.h"
 #include "h264dec.h"
 #include "h264data.h"
 #include "h264_ps.h"
 #include "mpegutils.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"
-
 struct dxva2_picture_context {
     DXVA_PicParams_H264   pp;
     DXVA_Qmatrix_H264     qm;