summaryrefslogtreecommitdiffstats
path: root/ext/speex/gstspeexdec.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-12-06 19:44:58 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-12-06 19:44:58 +0000
commit3ecf433432289b9c1990165f65bdd51aaad2eaa7 (patch)
treedc7bd5c5b4eb37d49b1a37ca1f33c9d9ed2a8374 /ext/speex/gstspeexdec.h
parentf2085bd7ef2a4e685b8a58ae0848c43aab0d8747 (diff)
expand tabs
Original commit message from CVS: expand tabs
Diffstat (limited to 'ext/speex/gstspeexdec.h')
-rw-r--r--ext/speex/gstspeexdec.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/ext/speex/gstspeexdec.h b/ext/speex/gstspeexdec.h
index f60a679e..cae005b0 100644
--- a/ext/speex/gstspeexdec.h
+++ b/ext/speex/gstspeexdec.h
@@ -48,30 +48,30 @@ typedef struct _GstSpeexDecClass GstSpeexDecClass;
#define DEC_MAX_FRAME_SIZE 2000
struct _GstSpeexDec {
- GstElement element;
+ GstElement element;
/* pads */
- GstPad *sinkpad,
- *srcpad;
+ GstPad *sinkpad,
+ *srcpad;
- void *state;
- SpeexStereoState stereo;
+ void *state;
+ SpeexStereoState stereo;
#ifdef SPEEX_1_0
- SpeexMode *mode;
+ SpeexMode *mode;
#else
- const SpeexMode *mode;
+ const SpeexMode *mode;
#endif
- SpeexHeader *header;
- SpeexCallback callback;
- SpeexBits bits;
+ SpeexHeader *header;
+ SpeexCallback callback;
+ SpeexBits bits;
- gfloat output[DEC_MAX_FRAME_SIZE];
+ gfloat output[DEC_MAX_FRAME_SIZE];
- gboolean enh;
+ gboolean enh;
- gint frame_size;
- guint64 samples_out;
- guint64 packetno;
+ gint frame_size;
+ guint64 samples_out;
+ guint64 packetno;
};
struct _GstSpeexDecClass {