X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fdxva2_mpeg2.c;h=8cc21bf19957d66d543aec9f9f266e9908581c91;hb=ffeeff4fbccbf9c9269ac24fe56285b224426141;hp=a57778b4271dd0e34f33b8c4ede2e48eda678595;hpb=f790410b6baa4ee53e8a5796e986de0cae78b073;p=ffmpeg diff --git a/libavcodec/dxva2_mpeg2.c b/libavcodec/dxva2_mpeg2.c index a57778b4271..8cc21bf1995 100644 --- a/libavcodec/dxva2_mpeg2.c +++ b/libavcodec/dxva2_mpeg2.c @@ -21,13 +21,10 @@ */ #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 {