Commit 0b2cd70a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vdpau: picture_sys_t definition for output surfaces

parent d6817151
......@@ -237,4 +237,11 @@ bool vlc_fourcc_to_vdp_ycc(vlc_fourcc_t fourcc,
}
return true;
}
struct picture_sys_t
{
VdpOutputSurface surface;
VdpDevice device;
const vdp_t *vdp;
};
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment