diff options
author | Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com> | 2009-03-27 17:11:04 +0100 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-06-20 15:21:22 +0100 |
commit | 584b000583c7050689d7a93e5d6dc7083bbdfcbd (patch) | |
tree | 4a95820a42bdd0c2f79737ba01332af624e98d0b /sys/vdpau/vdpauvariables.h | |
parent | 29d0c5bdd8beeb2b1ed25e8bf37eec9a135c5422 (diff) | |
download | gst-plugins-bad-584b000583c7050689d7a93e5d6dc7083bbdfcbd.tar.gz gst-plugins-bad-584b000583c7050689d7a93e5d6dc7083bbdfcbd.tar.bz2 gst-plugins-bad-584b000583c7050689d7a93e5d6dc7083bbdfcbd.zip |
vdpau: store vdpau function pointers in a local structure
Diffstat (limited to 'sys/vdpau/vdpauvariables.h')
-rw-r--r-- | sys/vdpau/vdpauvariables.h | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/sys/vdpau/vdpauvariables.h b/sys/vdpau/vdpauvariables.h deleted file mode 100644 index c0f7bb4f..00000000 --- a/sys/vdpau/vdpauvariables.h +++ /dev/null @@ -1,46 +0,0 @@ -#include <vdpau/vdpau.h> - -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; - -#if 0 -static VdpVideoSurfaceCreate *vdp_video_surface_create; -static VdpVideoSurfaceDestroy *vdp_video_surface_destroy; - -static VdpGetErrorString *vdp_get_error_string; - -static VdpVideoSurfacePutBitsYCbCr *vdp_video_surface_put_bits_y_cb_cr; -static VdpOutputSurfacePutBitsNative *vdp_output_surface_put_bits_native; - -static VdpOutputSurfaceCreate *vdp_output_surface_create; -static VdpOutputSurfaceDestroy *vdp_output_surface_destroy; - -static VdpVideoMixerCreate *vdp_video_mixer_create; -static VdpVideoMixerDestroy *vdp_video_mixer_destroy; -static VdpVideoMixerRender *vdp_video_mixer_render; -static VdpVideoMixerSetFeatureEnables *vdp_video_mixer_set_feature_enables; -static VdpVideoMixerSetAttributeValues *vdp_video_mixer_set_attribute_values; - -static VdpPresentationQueueTargetDestroy *vdp_presentation_queue_target_destroy; -static VdpPresentationQueueCreate *vdp_presentation_queue_create; -static VdpPresentationQueueDestroy *vdp_presentation_queue_destroy; -static VdpPresentationQueueDisplay *vdp_presentation_queue_display; -static VdpPresentationQueueBlockUntilSurfaceIdle *vdp_presentation_queue_block_until_surface_idle; -static VdpPresentationQueueTargetCreateX11 *vdp_presentation_queue_target_create_x11; - -static VdpOutputSurfaceRenderOutputSurface *vdp_output_surface_render_output_surface; -static VdpOutputSurfacePutBitsIndexed *vdp_output_surface_put_bits_indexed; -static VdpOutputSurfaceRenderBitmapSurface *vdp_output_surface_render_bitmap_surface; - -static VdpBitmapSurfaceCreate *vdp_bitmap_surface_create; -static VdpBitmapSurfaceDestroy *vdp_bitmap_surface_destroy; -static VdpBitmapSurfacePutBitsNative *vdp_bitmap_surface_putbits_native; - -static VdpDecoderCreate *vdp_decoder_create; -static VdpDecoderDestroy *vdp_decoder_destroy; -static VdpDecoderRender *vdp_decoder_render; -#endif
\ No newline at end of file |