From bb80204de24ca5a42fa62673661619627b5dd8e3 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 26 Oct 2014 02:04:36 +0200 Subject: video: clarify what IMFMT_DXVA2 is --- video/img_format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video/img_format.h b/video/img_format.h index 44c5505f68..1db317b5dd 100644 --- a/video/img_format.h +++ b/video/img_format.h @@ -256,7 +256,7 @@ enum mp_imgfmt { IMGFMT_VDPAU_OUTPUT, // VdpOutputSurface IMGFMT_VDA, IMGFMT_VAAPI, - IMGFMT_DXVA2, + IMGFMT_DXVA2, // IDirect3DSurface9 (NV12) IMGFMT_END, -- cgit v1.2.3