mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
qtdemux: comment out unused structure
This commit is contained in:
parent
8fa148d2f1
commit
ae27524be0
1 changed files with 3 additions and 3 deletions
|
@ -67,16 +67,16 @@
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY (qtdemux_debug);
|
GST_DEBUG_CATEGORY (qtdemux_debug);
|
||||||
|
|
||||||
typedef struct _QtNode QtNode;
|
/*typedef struct _QtNode QtNode; */
|
||||||
typedef struct _QtDemuxSegment QtDemuxSegment;
|
typedef struct _QtDemuxSegment QtDemuxSegment;
|
||||||
typedef struct _QtDemuxSample QtDemuxSample;
|
typedef struct _QtDemuxSample QtDemuxSample;
|
||||||
|
|
||||||
struct _QtNode
|
/*struct _QtNode
|
||||||
{
|
{
|
||||||
guint32 type;
|
guint32 type;
|
||||||
guint8 *data;
|
guint8 *data;
|
||||||
gint len;
|
gint len;
|
||||||
};
|
};*/
|
||||||
|
|
||||||
struct _QtDemuxSample
|
struct _QtDemuxSample
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue