mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
vdpaumpegdec: remove unnused GstVdpBFrame struct
This commit is contained in:
parent
f4fda3f617
commit
c7c60ad029
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue