summaryrefslogtreecommitdiff
path: root/lib/codec_internal.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/codec_internal.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/codec_internal.h')
-rw-r--r--lib/codec_internal.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/codec_internal.h b/lib/codec_internal.h
index 8f5b333a..2d36439f 100644
--- a/lib/codec_internal.h
+++ b/lib/codec_internal.h
@@ -34,9 +34,9 @@ typedef struct vorbis_block_internal{
int blocktype;
oggpack_buffer *packetblob[PACKETBLOBS]; /* initialized, must be freed;
- blob [PACKETBLOBS/2] points to
- the oggpack_buffer in the
- main vorbis_block */
+ blob [PACKETBLOBS/2] points to
+ the oggpack_buffer in the
+ main vorbis_block */
} vorbis_block_internal;
typedef void vorbis_look_floor;
@@ -156,13 +156,13 @@ typedef struct {
extern int *floor1_fit(vorbis_block *vb,vorbis_look_floor1 *look,
- const float *logmdct, /* in */
- const float *logmask);
+ const float *logmdct, /* in */
+ const float *logmask);
extern int *floor1_interpolate_fit(vorbis_block *vb,vorbis_look_floor1 *look,
- int *A,int *B,
- int del);
+ int *A,int *B,
+ int del);
extern int floor1_encode(oggpack_buffer *opb,vorbis_block *vb,
- vorbis_look_floor1 *look,
- int *post,int *ilogmask);
+ vorbis_look_floor1 *look,
+ int *post,int *ilogmask);
#endif