summaryrefslogtreecommitdiffstats
path: root/gst/auparse
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 /gst/auparse
parentf2085bd7ef2a4e685b8a58ae0848c43aab0d8747 (diff)
expand tabs
Original commit message from CVS: expand tabs
Diffstat (limited to 'gst/auparse')
-rw-r--r--gst/auparse/gstauparse.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gst/auparse/gstauparse.c b/gst/auparse/gstauparse.c
index d39c239b..9fcb4df4 100644
--- a/gst/auparse/gstauparse.c
+++ b/gst/auparse/gstauparse.c
@@ -251,12 +251,12 @@ gst_auparse_chain (GstPad * pad, GstBuffer * buf)
/*
Docs :
- http://www.opengroup.org/public/pubs/external/auformat.html
- http://astronomy.swin.edu.au/~pbourke/dataformats/au/
- Solaris headers : /usr/include/audio/au.h
- libsndfile : src/au.c
+ http://www.opengroup.org/public/pubs/external/auformat.html
+ http://astronomy.swin.edu.au/~pbourke/dataformats/au/
+ Solaris headers : /usr/include/audio/au.h
+ libsndfile : src/au.c
Samples :
- http://www.tsp.ece.mcgill.ca/MMSP/Documents/AudioFormats/AU/Samples.html
+ http://www.tsp.ece.mcgill.ca/MMSP/Documents/AudioFormats/AU/Samples.html
*/
switch (auparse->encoding) {