sizeof() cleanup. the occasional void * didn't make this easier.
authorSegher Boessenkool <segher@xiph.org>
Tue, 2 Oct 2001 00:14:33 +0000 (00:14 +0000)
committerSegher Boessenkool <segher@xiph.org>
Tue, 2 Oct 2001 00:14:33 +0000 (00:14 +0000)
commit238e4a021632442d6230ac4940e20c53ced636d6
treeef57c2e07f6debc19995dae921bb55200ba5ff5f
parent84253f30f6763e693eb0b58b18d8a53075099151
sizeof() cleanup.  the occasional void * didn't make this easier.
two bugs in vorbisfile found and fixed.

svn path=/trunk/vorbis/; revision=2105
21 files changed:
lib/bitbuffer.c
lib/block.c
lib/codebook.c
lib/envelope.c
lib/floor0.c
lib/floor1.c
lib/iir.c
lib/info.c
lib/lpc.c
lib/lsp.c
lib/mapping0.c
lib/mdct.c
lib/psy.c
lib/res0.c
lib/sharedbook.c
lib/smallft.c
lib/synthesis.c
lib/tone.c
lib/vorbisenc.c
lib/vorbisfile.c
lib/window.c