summaryrefslogtreecommitdiffstats
path: root/video/decode/d3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/decode/d3d.h')
-rw-r--r--video/decode/d3d.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/decode/d3d.h b/video/decode/d3d.h
index 2da349a27a..0058905a27 100644
--- a/video/decode/d3d.h
+++ b/video/decode/d3d.h
@@ -24,8 +24,6 @@
#include <stdbool.h>
#include <inttypes.h>
-struct lavc_ctx;
-
// Must call d3d_load_dlls() before accessing. Once this is done, the DLLs
// remain loaded forever.
extern HMODULE d3d11_dll, d3d9_dll, dxva2_dll;