summaryrefslogtreecommitdiffstats
path: root/gst/asfmux/gstasfobjects.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/asfmux/gstasfobjects.h')
-rw-r--r--gst/asfmux/gstasfobjects.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gst/asfmux/gstasfobjects.h b/gst/asfmux/gstasfobjects.h
index f91e1e11..302c42c6 100644
--- a/gst/asfmux/gstasfobjects.h
+++ b/gst/asfmux/gstasfobjects.h
@@ -46,6 +46,12 @@ typedef struct _GstAsfFileInfo
typedef struct _GstAsfPacketInfo
{
+ guint8 err_cor_len;
+ gboolean multiple_payloads;
+ guint8 padd_field_type;
+ guint8 packet_field_type;
+ guint8 seq_field_type;
+
guint32 packet_size;
guint32 padding;
guint32 send_time;