diff options
author | Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com> | 2009-05-05 23:08:51 +0200 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-06-20 15:21:39 +0100 |
commit | c7c60ad02931019bd5d50f2a01852f63364868b2 (patch) | |
tree | 602c09b34cebcec2b41b755316df7a795729011b | |
parent | f4fda3f617fad6e09d3ca66a25ebb9f67ab302f5 (diff) | |
download | gst-plugins-bad-c7c60ad02931019bd5d50f2a01852f63364868b2.tar.gz gst-plugins-bad-c7c60ad02931019bd5d50f2a01852f63364868b2.tar.bz2 gst-plugins-bad-c7c60ad02931019bd5d50f2a01852f63364868b2.zip |
vdpaumpegdec: remove unnused GstVdpBFrame struct
-rw-r--r-- | sys/vdpau/gstvdpmpegdecoder.c | 6 |
1 files changed, 0 insertions, 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) |