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 efac35dd76..2da349a27a 100644
--- a/video/decode/d3d.h
+++ b/video/decode/d3d.h
@@ -38,8 +38,6 @@ bool d3d11_check_decoding(ID3D11Device *dev);
struct AVBufferRef;
struct IDirect3DDevice9;
-void d3d_hwframes_refine(struct lavc_ctx *ctx, struct AVBufferRef *hw_frames_ctx);
-
struct AVBufferRef *d3d11_wrap_device_ref(ID3D11Device *device);
struct AVBufferRef *d3d9_wrap_device_ref(struct IDirect3DDevice9 *device);