From 0bd66ea5009e84048bc2d0bfa99960802f1dae03 Mon Sep 17 00:00:00 2001 From: Julian Scheel Date: Mon, 1 Dec 2008 18:36:41 +0000 Subject: Decoder initialising (WIP). --- src/xine-engine/accel_vdpau.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/xine-engine') 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 -- cgit v1.2.3