0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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.
This commit is contained in:
wm4 2017-07-15 13:04:32 +02:00
parent 18c74f7dfe
commit 60d0cea310

View File

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