diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-06 19:55:58 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-06 19:55:58 +0000 |
commit | bdb814f6ef56edca67e1241eb16df22fdd8ab17c (patch) | |
tree | 7b43c9dfbf67b852503d263a322064f0101bf591 /ext/faac | |
parent | 04ad447fcfa1502907339a6a68e975bb6d35536a (diff) | |
download | gstreamer-plugins-bad-bdb814f6ef56edca67e1241eb16df22fdd8ab17c.tar.gz |
expand tabs
Original commit message from CVS:
expand tabs
Diffstat (limited to 'ext/faac')
-rw-r--r-- | ext/faac/gstfaac.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/faac/gstfaac.h b/ext/faac/gstfaac.h index b45f849e4..4a17e108f 100644 --- a/ext/faac/gstfaac.h +++ b/ext/faac/gstfaac.h @@ -52,9 +52,9 @@ typedef struct _GstFaac { shortctl, outputformat; gboolean tns, - midside; + midside; gulong bytes, - samples; + samples; /* FAAC object */ faacEncHandle handle; |