From 9be93d6b60bebe6b43687d481957ed78ac25f4c8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 19 Mar 2014 19:57:08 +0100 Subject: vdpau: remove pointer indirection for a field There's no reason to. This is basically a cosmetic change. --- video/vdpau.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/vdpau.h') diff --git a/video/vdpau.h b/video/vdpau.h index 24615529d2..1b81062bb7 100644 --- a/video/vdpau.h +++ b/video/vdpau.h @@ -35,7 +35,7 @@ struct vdp_functions { // Shared state. Objects created from different VdpDevices are often (always?) // incompatible to each other, so all code must use a shared VdpDevice. struct mp_vdpau_ctx { - struct vdp_functions *vdp; + struct vdp_functions vdp; VdpGetProcAddress *get_proc_address; VdpDevice vdp_device; bool is_preempted; // set to true during unavailability -- cgit v1.2.3