From 07fe3562a1195784c4a761b63b4d027cd0984c0b Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sun, 29 Nov 2009 14:29:18 +0000 Subject: #if 0 out unused stuff git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23782 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libwma/bitstream.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apps/codecs') diff --git a/apps/codecs/libwma/bitstream.c b/apps/codecs/libwma/bitstream.c index 618148b721..25b98b9957 100644 --- a/apps/codecs/libwma/bitstream.c +++ b/apps/codecs/libwma/bitstream.c @@ -30,6 +30,8 @@ #include "bitstream.h" #include +/* this stuff is unused */ +#if 0 /** * Same as av_mallocz_static(), but does a realloc. * @@ -79,6 +81,7 @@ void ff_put_string(PutBitContext * pbc, char *s, int put_zero) if(put_zero) put_bits(pbc, 8, 0); } +#endif /* VLC decoding */ @@ -247,9 +250,8 @@ int init_vlc(VLC *vlc, int nb_bits, int nb_codes, const void *codes, int codes_wrap, int codes_size, int flags) { - vlc->bits = nb_bits; - vlc->table_size = 0; + vlc->table_size = 0; #ifdef DEBUG_VLC printf("build table nb_codes=%d\n", nb_codes); -- cgit v1.2.3