summaryrefslogtreecommitdiff
path: root/src/xine-engine/accel_vdpau.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-engine/accel_vdpau.h')
-rw-r--r--src/xine-engine/accel_vdpau.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/xine-engine/accel_vdpau.h b/src/xine-engine/accel_vdpau.h
index 39231314c..ef76fe5ee 100644
--- a/src/xine-engine/accel_vdpau.h
+++ b/src/xine-engine/accel_vdpau.h
@@ -49,12 +49,6 @@ typedef struct {
VdpVideoSurface surface;
- union _VdpPictureInfo {
- VdpPictureInfoMPEG1Or2 mpeg;
- VdpPictureInfoH264 h264;
- VdpPictureInfoVC1 vc1;
- } info;
-
} vdpau_accel_t;
#ifdef __cplusplus