mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
video: fix a typo in a comment
This commit is contained in:
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user