summaryrefslogtreecommitdiffstats
path: root/sys/vdpau/gstvdpaudevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vdpau/gstvdpaudevice.h')
-rw-r--r--sys/vdpau/gstvdpaudevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vdpau/gstvdpaudevice.h b/sys/vdpau/gstvdpaudevice.h
index 0a5cb5e7..a4d147c4 100644
--- a/sys/vdpau/gstvdpaudevice.h
+++ b/sys/vdpau/gstvdpaudevice.h
@@ -61,6 +61,7 @@ struct _GstVdpauDevice
VdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities *vdp_video_surface_query_ycbcr_capabilities;
VdpVideoSurfaceGetParameters *vdp_video_surface_get_parameters;
VdpVideoSurfaceGetBitsYCbCr *vdp_video_surface_get_bits_ycbcr;
+ VdpVideoSurfacePutBitsYCbCr *vdp_video_surface_put_bits_ycbcr;
VdpDecoderCreate *vdp_decoder_create;
VdpDecoderDestroy *vdp_decoder_destroy;