summaryrefslogtreecommitdiffstats
path: root/video/img_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/img_format.h')
-rw-r--r--video/img_format.h5
1 files changed, 2 insertions, 3 deletions
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,