diff options
Diffstat (limited to 'gst/amrparse/gstamrparse.h')
-rw-r--r-- | gst/amrparse/gstamrparse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/amrparse/gstamrparse.h b/gst/amrparse/gstamrparse.h index e776f295..4cd432e2 100644 --- a/gst/amrparse/gstamrparse.h +++ b/gst/amrparse/gstamrparse.h @@ -61,6 +61,7 @@ struct _GstAmrParse { GstBaseParse element; const gint *block_size; gboolean need_header; + gint header; gboolean wide; gboolean eos; gboolean sync; |