From 60d0cea31084d770f5b2d7f691ae2aea8bc05812 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 15 Jul 2017 13:04:32 +0200 Subject: img_format: fix a comment This was changed a while ago. Part of it might still apply to the old D3D hwaccel glue code, though. --- video/img_format.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'video') diff --git a/video/img_format.h b/video/img_format.h index 3da37d1d36..631baf4a0a 100644 --- a/video/img_format.h +++ b/video/img_format.h @@ -180,9 +180,8 @@ enum mp_imgfmt { IMGFMT_VDPAU_OUTPUT, // VdpOutputSurface IMGFMT_VAAPI, // NV12/P010/P016 - // plane 1: ID3D11Texture2D - // plane 2: slice index casted to pointer - // plane 3: ID3D11VideoDecoderOutputView (can be absent in filters/VO) + // plane 0: ID3D11Texture2D + // plane 1: slice index casted to pointer IMGFMT_D3D11VA, // Like IMGFMT_D3D11VA, but format is restricted to NV12. IMGFMT_D3D11NV12, -- cgit v1.2.3