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.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/video/img_format.h b/video/img_format.h
index 8f90682325..b79cbdb99b 100644
--- a/video/img_format.h
+++ b/video/img_format.h
@@ -190,16 +190,9 @@ enum mp_imgfmt {
IMGFMT_VDPAU, // VdpVideoSurface
IMGFMT_VDPAU_OUTPUT, // VdpOutputSurface
IMGFMT_VAAPI,
- // NV12/P010/P016
// plane 0: ID3D11Texture2D
// plane 1: slice index casted to pointer
- IMGFMT_D3D11VA,
- // Like IMGFMT_D3D11VA, but format is restricted to NV12.
- IMGFMT_D3D11NV12,
- // Like IMGFMT_D3D11VA, but format is restricted to a certain RGB format.
- // Also, it must have a share handle, have been flushed, and not be a
- // texture array slice.
- IMGFMT_D3D11RGB,
+ IMGFMT_D3D11,
IMGFMT_DXVA2, // IDirect3DSurface9 (NV12/P010/P016)
IMGFMT_MMAL, // MMAL_BUFFER_HEADER_T
IMGFMT_VIDEOTOOLBOX, // CVPixelBufferRef