mirror of https://github.com/mpv-player/mpv
video: fix a typo in a comment
This commit is contained in:
parent
e73d6e8b63
commit
00d74a509a
|
@ -38,7 +38,7 @@ struct mp_hwdec_ctx {
|
||||||
const char *driver_name; // NULL if unknown/not loaded
|
const char *driver_name; // NULL if unknown/not loaded
|
||||||
|
|
||||||
// This is never NULL. Its meaning depends on the .type field:
|
// 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_VIDEOTOOLBOX: non-NULL dummy pointer
|
||||||
// HWDEC_VAAPI: struct mp_vaapi_ctx*
|
// HWDEC_VAAPI: struct mp_vaapi_ctx*
|
||||||
// HWDEC_D3D11VA: ID3D11Device*
|
// HWDEC_D3D11VA: ID3D11Device*
|
||||||
|
|
Loading…
Reference in New Issue