Skip to content

Commit

Permalink
vf_d3d11vpp: remove unnecessary compatibility defines
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 committed Sep 23, 2024
1 parent d650b3a commit 2c5928e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions video/filter/vf_d3d11vpp.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@
#include "video/mp_image.h"
#include "video/mp_image_pool.h"

// missing in MinGW
#define D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_BLEND 0x1
#define D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_BOB 0x2
#define D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_ADAPTIVE 0x4
#define D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_DEINTERLACE_MOTION_COMPENSATION 0x8
#define D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_INVERSE_TELECINE 0x10
#define D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS_FRAME_RATE_CONVERSION 0x20

// For video procesor extensions identifiers reference see:
// https://chromium.googlesource.com/chromium/src/+/5f354f38/ui/gl/swap_chain_presenter.cc

Expand Down

0 comments on commit 2c5928e

Please sign in to comment.