qtdemux: Remove unused structure
Let's just remove it, been commented for 7+ years :)
This commit is contained in:
parent
96d82357f2
commit
6f1eed7f02
@ -97,19 +97,11 @@
|
|||||||
|
|
||||||
GST_DEBUG_CATEGORY (qtdemux_debug);
|
GST_DEBUG_CATEGORY (qtdemux_debug);
|
||||||
|
|
||||||
/*typedef struct _QtNode QtNode; */
|
|
||||||
typedef struct _QtDemuxSegment QtDemuxSegment;
|
typedef struct _QtDemuxSegment QtDemuxSegment;
|
||||||
typedef struct _QtDemuxSample QtDemuxSample;
|
typedef struct _QtDemuxSample QtDemuxSample;
|
||||||
|
|
||||||
typedef struct _QtDemuxCencSampleSetInfo QtDemuxCencSampleSetInfo;
|
typedef struct _QtDemuxCencSampleSetInfo QtDemuxCencSampleSetInfo;
|
||||||
|
|
||||||
/*struct _QtNode
|
|
||||||
{
|
|
||||||
guint32 type;
|
|
||||||
guint8 *data;
|
|
||||||
gint len;
|
|
||||||
};*/
|
|
||||||
|
|
||||||
struct _QtDemuxSample
|
struct _QtDemuxSample
|
||||||
{
|
{
|
||||||
guint32 size;
|
guint32 size;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user