Fixed mdct bug (error in init created invalid bitreverse lookup)
authorMonty <xiphmont@xiph.org>
Sat, 30 Oct 1999 06:39:10 +0000 (06:39 +0000)
committerMonty <xiphmont@xiph.org>
Sat, 30 Oct 1999 06:39:10 +0000 (06:39 +0000)
commit3125d16e218e49a0d17f876767fecfd30d6306d7
tree35df0147900fc421ee3091afe2f14aab8ae1d435
parentf273cbeb2158eb8b24251a3c45afefb76a04b026
Fixed mdct bug (error in init created invalid bitreverse lookup)

Modify example decoder to handle chained bitstreams
Modify example encoder to choose random serialno.

Monty

svn path=/trunk/vorbis/; revision=156
lib/chaining_example.c
lib/decoder_example.c
lib/encoder_example.c
lib/mdct.c