summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-26 02:04:36 +0200
committerwm4 <wm4@nowhere>2014-10-26 02:35:38 +0200
commitbb80204de24ca5a42fa62673661619627b5dd8e3 (patch)
tree8d8562c1b7c41e251f5f548f1d1a9b9677beb1e4
parent52b52800ce083364a9c0baa1d6e0564eaae3b4d7 (diff)
downloadmpv-bb80204de24ca5a42fa62673661619627b5dd8e3.tar.bz2
mpv-bb80204de24ca5a42fa62673661619627b5dd8e3.tar.xz
video: clarify what IMFMT_DXVA2 is
-rw-r--r--video/img_format.h2
1 files changed, 1 insertions, 1 deletions
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,