summaryrefslogtreecommitdiff
path: root/lib/backends.h
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2009-05-26 21:10:58 +0000
committerMonty <xiphmont@xiph.org>2009-05-26 21:10:58 +0000
commiteffaee032d0c72f5f67edacbb8fb3c7399dbe1e0 (patch)
tree57a25f7a2ca004eb6536673bc7240b11cbaab48c /lib/backends.h
parent5f1308fd1454f692e65c8006083b3b5546c5df42 (diff)
downloadlibvorbis-git-effaee032d0c72f5f67edacbb8fb3c7399dbe1e0.tar.gz
global replaced all tabs with whitespaces in the source to end some of
the ongoing formatting silliness. ...with apologies to the havoc this will wreak on svn blame being useful. svn path=/trunk/vorbis/; revision=16037
Diffstat (limited to 'lib/backends.h')
-rw-r--r--lib/backends.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/backends.h b/lib/backends.h
index 68ec8b14..be16e1a6 100644
--- a/lib/backends.h
+++ b/lib/backends.h
@@ -35,7 +35,7 @@ typedef struct{
void (*free_look) (vorbis_look_floor *);
void *(*inverse1) (struct vorbis_block *,vorbis_look_floor *);
int (*inverse2) (struct vorbis_block *,vorbis_look_floor *,
- void *buffer,float *);
+ void *buffer,float *);
} vorbis_func_floor;
typedef struct{
@@ -89,16 +89,16 @@ typedef struct{
void (*pack) (vorbis_info_residue *,oggpack_buffer *);
vorbis_info_residue *(*unpack)(vorbis_info *,oggpack_buffer *);
vorbis_look_residue *(*look) (vorbis_dsp_state *,
- vorbis_info_residue *);
+ vorbis_info_residue *);
void (*free_info) (vorbis_info_residue *);
void (*free_look) (vorbis_look_residue *);
long **(*class) (struct vorbis_block *,vorbis_look_residue *,
- float **,int *,int);
+ float **,int *,int);
int (*forward) (oggpack_buffer *,struct vorbis_block *,
- vorbis_look_residue *,
- float **,float **,int *,int,long **);
+ vorbis_look_residue *,
+ float **,float **,int *,int,long **);
int (*inverse) (struct vorbis_block *,vorbis_look_residue *,
- float **,int *,int);
+ float **,int *,int);
} vorbis_func_residue;
typedef struct vorbis_info_residue0{
@@ -120,7 +120,7 @@ typedef struct vorbis_info_residue0{
/* Mapping backend generic *****************************************/
typedef struct{
void (*pack) (vorbis_info *,vorbis_info_mapping *,
- oggpack_buffer *);
+ oggpack_buffer *);
vorbis_info_mapping *(*unpack)(vorbis_info *,oggpack_buffer *);
void (*free_info) (vorbis_info_mapping *);
int (*forward) (struct vorbis_block *vb);