From bdb814f6ef56edca67e1241eb16df22fdd8ab17c Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 6 Dec 2005 19:55:58 +0000 Subject: expand tabs Original commit message from CVS: expand tabs --- ext/dts/gstdtsdec.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'ext/dts/gstdtsdec.h') diff --git a/ext/dts/gstdtsdec.h b/ext/dts/gstdtsdec.h index 04b7f687..6da751ed 100644 --- a/ext/dts/gstdtsdec.h +++ b/ext/dts/gstdtsdec.h @@ -41,31 +41,31 @@ typedef struct _GstDtsDec GstDtsDec; typedef struct _GstDtsDecClass GstDtsDecClass; struct _GstDtsDec { - GstElement element; + GstElement element; /* pads */ - GstPad *sinkpad, - *srcpad; + GstPad *sinkpad, + *srcpad; /* stream properties */ - gint bit_rate; - gint sample_rate; - gint stream_channels; - gint request_channels; - gint using_channels; + gint bit_rate; + gint sample_rate; + gint stream_channels; + gint request_channels; + gint using_channels; /* decoding properties */ - sample_t level; - sample_t bias; - gboolean dynamic_range_compression; - sample_t *samples; - dts_state_t *state; + sample_t level; + sample_t bias; + gboolean dynamic_range_compression; + sample_t *samples; + dts_state_t *state; /* Data left over from the previous buffer */ - GstBuffer *cache; + GstBuffer *cache; /* keep track of time */ - GstClockTime current_ts; + GstClockTime current_ts; }; struct _GstDtsDecClass { -- cgit v1.2.1