From 5799f0262d0ddc885a00d6a30bb7634892ad0c1b Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 31 May 2006 19:26:24 +0000 Subject: ext/faad/gstfaad.h: Forgot to commit the header file too. Original commit message from CVS: * ext/faad/gstfaad.h: Forgot to commit the header file too. --- ext/faad/gstfaad.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/faad/gstfaad.h') diff --git a/ext/faad/gstfaad.h b/ext/faad/gstfaad.h index 2650223f..4297e985 100644 --- a/ext/faad/gstfaad.h +++ b/ext/faad/gstfaad.h @@ -64,6 +64,9 @@ typedef struct _GstFaad { guint64 bytes_in; /* bytes received */ guint64 sum_dur_out; /* sum of durations of decoded buffers we sent out */ gint error_count; + + /* segment handling */ + GstSegment * segment; } GstFaad; typedef struct _GstFaadClass { -- cgit v1.2.1