summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/hwdec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/hwdec.h b/video/hwdec.h
index 86b5521975..49fd9895c0 100644
--- a/video/hwdec.h
+++ b/video/hwdec.h
@@ -38,7 +38,7 @@ struct mp_hwdec_ctx {
const char *driver_name; // NULL if unknown/not loaded
// This is never NULL. Its meaning depends on the .type field:
- // HWDEC_VDPAU: struct mp_vaapi_ctx*
+ // HWDEC_VDPAU: struct mp_vdpau_ctx*
// HWDEC_VIDEOTOOLBOX: non-NULL dummy pointer
// HWDEC_VAAPI: struct mp_vaapi_ctx*
// HWDEC_D3D11VA: ID3D11Device*