video: fix a typo in a comment

This commit is contained in:
wm4 2017-03-23 11:16:02 +01:00
parent e73d6e8b63
commit 00d74a509a
1 changed files with 1 additions and 1 deletions

View File

@ -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*