summaryrefslogtreecommitdiffstats
path: root/video/hwdec.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-05-24 14:32:23 +0200
committerwm4 <wm4@nowhere>2017-05-24 14:32:23 +0200
commit2a049060636920b487c9cc58efe60b931e464b11 (patch)
tree52c1a1f58a2f0810304fb711baaa9435b9dfc498 /video/hwdec.h
parent25a4d10c8e75d9ff94e843d4951ab1eb2917435e (diff)
downloadmpv-2a049060636920b487c9cc58efe60b931e464b11.tar.bz2
mpv-2a049060636920b487c9cc58efe60b931e464b11.tar.xz
hwdec: fix 2 comments
The first is outdated, the second was always wrong.
Diffstat (limited to 'video/hwdec.h')
-rw-r--r--video/hwdec.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/video/hwdec.h b/video/hwdec.h
index c0ef9b76b6..637014d049 100644
--- a/video/hwdec.h
+++ b/video/hwdec.h
@@ -43,12 +43,11 @@ struct mp_hwdec_ctx {
// HWDEC_VAAPI: struct mp_vaapi_ctx*
// HWDEC_D3D11VA: ID3D11Device*
// HWDEC_DXVA2: IDirect3DDevice9*
- // HWDEC_DXVA2_COPY: IDirect3DDevice9*
// HWDEC_CUDA: CUcontext*
void *ctx;
// libavutil-wrapped context, if available.
- struct AVBufferRef *av_device_ref; // AVVAAPIDeviceContext*
+ struct AVBufferRef *av_device_ref; // AVHWDeviceContext*
// List of IMGFMT_s, terminated with 0. NULL if N/A.
int *supported_formats;