mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 21:42:25 +00:00
dvdspu: Remove unused variable
This commit is contained in:
parent
603714a405
commit
c2de786117
1 changed files with 0 additions and 7 deletions
|
@ -79,13 +79,6 @@ static GstStaticPadTemplate subpic_sink_factory =
|
||||||
GST_STATIC_CAPS ("subpicture/x-dvd; subpicture/x-pgs")
|
GST_STATIC_CAPS ("subpicture/x-dvd; subpicture/x-pgs")
|
||||||
);
|
);
|
||||||
|
|
||||||
static const guint32 default_clut[16] = {
|
|
||||||
0xb48080, 0x248080, 0x628080, 0xd78080,
|
|
||||||
0x808080, 0x808080, 0x808080, 0x808080,
|
|
||||||
0x808080, 0x808080, 0x808080, 0x808080,
|
|
||||||
0x808080, 0x808080, 0x808080, 0x808080
|
|
||||||
};
|
|
||||||
|
|
||||||
#define gst_dvd_spu_parent_class parent_class
|
#define gst_dvd_spu_parent_class parent_class
|
||||||
G_DEFINE_TYPE (GstDVDSpu, gst_dvd_spu, GST_TYPE_ELEMENT);
|
G_DEFINE_TYPE (GstDVDSpu, gst_dvd_spu, GST_TYPE_ELEMENT);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue