diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2002-02-03 15:47:02 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2002-02-03 15:47:02 +0000 |
commit | 41d83ad803eb02149bfe6071bf535d3b492831ef (patch) | |
tree | 9f391fe6cf0ad87731b745c4cffa885fb9c4ba94 /gst/avi/gstavimux.h | |
parent | 63c5bedc40676868608ae0a8415c4f8a71a3677b (diff) |
Some small adjustments for for better open-a-new-file handling
Original commit message from CVS:
Some small adjustments for for better open-a-new-file handling
Diffstat (limited to 'gst/avi/gstavimux.h')
-rw-r--r-- | gst/avi/gstavimux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/avi/gstavimux.h b/gst/avi/gstavimux.h index c03ae7eb..ebf801e0 100644 --- a/gst/avi/gstavimux.h +++ b/gst/avi/gstavimux.h @@ -71,6 +71,7 @@ struct _GstAviMux { guint32 num_frames, numx_frames; /* num frames in the AVI/AVIX block */ guint32 header_size; gboolean write_header; + gboolean restart; guint32 audio_size; /* video header */ |