From c7c60ad02931019bd5d50f2a01852f63364868b2 Mon Sep 17 00:00:00 2001 From: Carl-Anton Ingmarsson Date: Tue, 5 May 2009 23:08:51 +0200 Subject: vdpaumpegdec: remove unnused GstVdpBFrame struct --- sys/vdpau/gstvdpmpegdecoder.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys/vdpau/gstvdpmpegdecoder.c b/sys/vdpau/gstvdpmpegdecoder.c index cf8bfe54..680a5496 100644 --- a/sys/vdpau/gstvdpmpegdecoder.c +++ b/sys/vdpau/gstvdpmpegdecoder.c @@ -138,12 +138,6 @@ gst_vdp_mpeg_decoder_set_caps (GstVdpDecoder * dec, GstCaps * caps) return TRUE; } -typedef struct -{ - GstBuffer *buffer; - VdpPictureInfoMPEG1Or2 vdp_info; -} GstVdpBFrame; - static GstFlowReturn gst_vdp_mpeg_decoder_decode (GstVdpMpegDecoder * mpeg_dec, GstClockTime timestamp) -- cgit v1.2.1