mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
vdpaumpegdecoder: remove unused slice field
This commit is contained in:
parent
08690f10f8
commit
638a35eacc
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ struct _GstVdpMpegDecoder
|
||||||
GstBuffer *f_buffer;
|
GstBuffer *f_buffer;
|
||||||
|
|
||||||
GstAdapter *adapter;
|
GstAdapter *adapter;
|
||||||
gint slices;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GstVdpMpegDecoderClass
|
struct _GstVdpMpegDecoderClass
|
||||||
|
|
Loading…
Reference in a new issue