summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2009-04-15 17:52:27 +0200
committerJan Schmidt <thaytan@noraisin.net>2009-06-20 15:21:28 +0100
commit638a35eaccf3115644d3581e3877111c8f8f255e (patch)
tree685f2889477231223c1a95efebd4a4ee8fd35466 /sys
parent08690f10f81b3a699c4d98a139b46b1fef1971a6 (diff)
downloadgst-plugins-bad-638a35eaccf3115644d3581e3877111c8f8f255e.tar.gz
gst-plugins-bad-638a35eaccf3115644d3581e3877111c8f8f255e.tar.bz2
gst-plugins-bad-638a35eaccf3115644d3581e3877111c8f8f255e.zip
vdpaumpegdecoder: remove unused slice field
Diffstat (limited to 'sys')
-rw-r--r--sys/vdpau/gstvdpmpegdecoder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vdpau/gstvdpmpegdecoder.h b/sys/vdpau/gstvdpmpegdecoder.h
index b8f01bdf..3ec8244d 100644
--- a/sys/vdpau/gstvdpmpegdecoder.h
+++ b/sys/vdpau/gstvdpmpegdecoder.h
@@ -48,7 +48,6 @@ struct _GstVdpMpegDecoder
GstBuffer *f_buffer;
GstAdapter *adapter;
- gint slices;
};
struct _GstVdpMpegDecoderClass