diff options
author | Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com> | 2009-03-25 19:59:06 +0100 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-06-20 15:21:20 +0100 |
commit | 62757ca5b494969291b78f2b733891902b70b257 (patch) | |
tree | cb22095b179bb69ecee007c8798330555472cf44 /sys/vdpau/vdpauvariables.h | |
parent | 2363032b34652ae2db9389620057e24dba1c0750 (diff) | |
download | gst-plugins-bad-62757ca5b494969291b78f2b733891902b70b257.tar.gz gst-plugins-bad-62757ca5b494969291b78f2b733891902b70b257.tar.bz2 gst-plugins-bad-62757ca5b494969291b78f2b733891902b70b257.zip |
vdpau: rough try at implementing pushinf of YV12 buffers
Diffstat (limited to 'sys/vdpau/vdpauvariables.h')
-rw-r--r-- | sys/vdpau/vdpauvariables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vdpau/vdpauvariables.h b/sys/vdpau/vdpauvariables.h index b93a75be..c0f7bb4f 100644 --- a/sys/vdpau/vdpauvariables.h +++ b/sys/vdpau/vdpauvariables.h @@ -2,6 +2,7 @@ static VdpVideoSurfaceQueryCapabilities *vdp_video_surface_query_capabilities; static VdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities *vdp_video_surface_query_ycbcr_capabilities; +static VdpVideoSurfaceGetBitsYCbCr *vdp_video_surface_get_bits_ycbcr; static VdpGetProcAddress *vdp_get_proc_address; static VdpDeviceDestroy *vdp_device_destroy; |