]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dxva2_mpeg2.c
doc/filters: Documentation to add sess_config option for tensorflow backend
[ffmpeg] / libavcodec / dxva2_mpeg2.c
index a57778b4271dd0e34f33b8c4ede2e48eda678595..8cc21bf19957d66d543aec9f9f266e9908581c91 100644 (file)
  */
 
 #include "libavutil/log.h"
-#include "mpegutils.h"
-#include "mpegvideo.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 "mpegutils.h"
+#include "mpegvideo.h"
 
 #define MAX_SLICES 1024
 struct dxva2_picture_context {