qtdemux: comment out unused structure

This commit is contained in:
Tim-Philipp Müller 2009-06-30 15:54:47 +01:00
parent 8fa148d2f1
commit ae27524be0

View file

@ -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
{