summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-05-25 14:19:54 +0200
committerTim-Philipp Müller <tim@centricular.com>2019-05-25 14:19:54 +0200
commitf93aa34200807afe99765d93e1b6654abbb7c223 (patch)
treea2102d613aba5bf922f56e61cdd4ff1a9919ed2b /gst
parentb081d5a34b3ac0073dae19c2bf8334d7a2d1ec64 (diff)
asfdemux: remove some unused cruft in internal headers
Diffstat (limited to 'gst')
-rw-r--r--gst/asfdemux/asfheaders.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/gst/asfdemux/asfheaders.h b/gst/asfdemux/asfheaders.h
index 9e8d972e..55796c5e 100644
--- a/gst/asfdemux/asfheaders.h
+++ b/gst/asfdemux/asfheaders.h
@@ -152,37 +152,6 @@ struct _asf_stream_video_format {
typedef struct _asf_stream_video_format asf_stream_video_format;
-struct _asf_obj_data_correction {
- guint8 type;
- guint8 cycle;
-};
-
-typedef struct _asf_obj_data_correction asf_obj_data_correction;
-
-struct _asf_packet_info {
- guint32 padsize;
- guint8 replicsizetype;
- guint8 fragoffsettype;
- guint8 seqtype;
- guint8 segsizetype;
- gboolean multiple;
- guint32 size_left;
-};
-
-typedef struct _asf_packet_info asf_packet_info;
-
-struct _asf_segment_info {
- guint8 stream_number;
- guint32 chunk_size;
- guint32 frag_offset;
- guint32 segment_size;
- guint32 sequence;
- guint32 frag_timestamp;
- gboolean compressed;
-};
-
-typedef struct _asf_segment_info asf_segment_info;
-
G_END_DECLS
#endif /* __ASFHEADERS_H__ */