From ae27524be0addc62232896cd64dfb4be0f1e1057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 30 Jun 2009 15:54:47 +0100 Subject: [PATCH] qtdemux: comment out unused structure --- gst/qtdemux/qtdemux.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index 4683cd0316..7142c29236 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -67,16 +67,16 @@ GST_DEBUG_CATEGORY (qtdemux_debug); -typedef struct _QtNode QtNode; +/*typedef struct _QtNode QtNode; */ typedef struct _QtDemuxSegment QtDemuxSegment; typedef struct _QtDemuxSample QtDemuxSample; -struct _QtNode +/*struct _QtNode { guint32 type; guint8 *data; gint len; -}; +};*/ struct _QtDemuxSample {