vdpaumpegdec: remove unnused GstVdpBFrame struct

This commit is contained in:
Carl-Anton Ingmarsson 2009-05-05 23:08:51 +02:00 committed by Jan Schmidt
parent f4fda3f617
commit c7c60ad029

View file

@ -138,12 +138,6 @@ gst_vdp_mpeg_decoder_set_caps (GstVdpDecoder * dec, GstCaps * caps)
return TRUE; return TRUE;
} }
typedef struct
{
GstBuffer *buffer;
VdpPictureInfoMPEG1Or2 vdp_info;
} GstVdpBFrame;
static GstFlowReturn static GstFlowReturn
gst_vdp_mpeg_decoder_decode (GstVdpMpegDecoder * mpeg_dec, gst_vdp_mpeg_decoder_decode (GstVdpMpegDecoder * mpeg_dec,
GstClockTime timestamp) GstClockTime timestamp)