Skip to content

Commit d1c8301

Browse files
committed
removed custom dxva header
1 parent e9dcd78 commit d1c8301

2 files changed

Lines changed: 2 additions & 266 deletions

File tree

WickedEngine/Utility/dxva.h

Lines changed: 0 additions & 265 deletions
This file was deleted.

WickedEngine/wiGraphicsDevice_DX12.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ DEFINE_GUID(D3D12_VIDEO_DECODE_PROFILE_H264, 0x1b81be68, 0xa0c7, 0x11d3, 0xb9, 0
2222

2323
#include "Utility/D3D12MemAlloc.cpp" // include this here because we use D3D12MA_D3D12_HEADERS_ALREADY_INCLUDED
2424
#include "Utility/h264.h"
25-
#include "Utility/dxva.h"
25+
26+
#include <dxva.h>
2627

2728
#include <map>
2829
#include <string>

0 commit comments

Comments
 (0)