summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-07-15 13:04:32 +0200
committerwm4 <wm4@nowhere>2017-07-15 13:04:32 +0200
commit60d0cea31084d770f5b2d7f691ae2aea8bc05812 (patch)
treef97ff70e2f3bfb004424c7957d281de5124fc7cb
parent18c74f7dfe9cbefe9de818caa00c3f77ce600f71 (diff)
downloadmpv-60d0cea31084d770f5b2d7f691ae2aea8bc05812.tar.bz2
mpv-60d0cea31084d770f5b2d7f691ae2aea8bc05812.tar.xz
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.
-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,