summaryrefslogtreecommitdiffstats
path: root/video/hwdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/hwdec.h')
-rw-r--r--video/hwdec.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/video/hwdec.h b/video/hwdec.h
index 9d1035cd6e..f8a089e8c6 100644
--- a/video/hwdec.h
+++ b/video/hwdec.h
@@ -39,7 +39,7 @@ struct mp_hwdec_ctx {
// This is never NULL. Its meaning depends on the .type field:
// HWDEC_VDPAU: struct mp_vaapi_ctx*
- // HWDEC_VIDEOTOOLBOX: struct mp_vt_ctx*
+ // HWDEC_VIDEOTOOLBOX: non-NULL dummy pointer
// HWDEC_VAAPI: struct mp_vaapi_ctx*
// HWDEC_D3D11VA: ID3D11Device*
// HWDEC_DXVA2: IDirect3DDevice9*
@@ -64,11 +64,6 @@ struct mp_hwdec_ctx {
struct mp_image_pool *swpool);
};
-struct mp_vt_ctx {
- void *priv;
- uint32_t (*get_vt_fmt)(struct mp_vt_ctx *ctx);
-};
-
// Used to communicate hardware decoder device handles from VO to video decoder.
struct mp_hwdec_devices;