mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +00:00
qtdemux: Remove unused structure
Let's just remove it, been commented for 7+ years :)
This commit is contained in:
parent
96d82357f2
commit
6f1eed7f02
1 changed files with 0 additions and 8 deletions
|
@ -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…
Reference in a new issue