]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - bitstream.h
Kill the bits_wrap and bits_size parameters of init_vlc().
[paraslash.git] / bitstream.h
index 71d78fcd53cdb7edad5dbe77ee813846d45ae4a4..7e518c5f78a2cff976929e158585b75207f1d985 100644 (file)
@@ -162,8 +162,7 @@ static inline void init_get_bits(struct getbit_context *s,
 }
 
 int init_vlc(struct vlc *vlc, int nb_bits, int nb_codes,
-       const void *bits, int bits_wrap, int bits_size,
-       const void *codes, int codes_wrap, int codes_size);
+       const void *bits, const void *codes, int codes_wrap, int codes_size);
 
 void free_vlc(struct vlc *vlc);