summaryrefslogtreecommitdiffstats
path: root/video/dxva2.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/dxva2.h')
-rw-r--r--video/dxva2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/dxva2.h b/video/dxva2.h
index b52767da44..1f2e4a4071 100644
--- a/video/dxva2.h
+++ b/video/dxva2.h
@@ -24,9 +24,9 @@
struct mp_image;
struct mp_image_pool;
-LPDIRECT3DSURFACE9 d3d9_surface_in_mp_image(struct mp_image *mpi);
+IDirect3DSurface9 *d3d9_surface_in_mp_image(struct mp_image *mpi);
struct mp_image *dxva2_new_ref(IDirectXVideoDecoder *decoder,
- LPDIRECT3DSURFACE9 d3d9_surface, int w, int h);
+ IDirect3DSurface9 *d3d9_surface, int w, int h);
#endif