summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-03-23 11:16:02 +0100
committerwm4 <wm4@nowhere>2017-03-23 11:16:02 +0100
commit00d74a509a090b42cb1407be4755ec2e3783e43c (patch)
tree52be89ffdb51838ecd8d96279a921262c858328f
parente73d6e8b6313ba0d9dd7fd2c9d0c52b52a4781b7 (diff)
downloadmpv-00d74a509a090b42cb1407be4755ec2e3783e43c.tar.bz2
mpv-00d74a509a090b42cb1407be4755ec2e3783e43c.tar.xz
video: fix a typo in a comment
-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*