X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=bitstream.h;h=98937e89f2b98f126007d795f8070c0b33508598;hp=bed370ff6a5c0f167f3148d91e4049ec1c7b8c39;hb=6bded356ec89b1344049ff702e6c6babaeccd439;hpb=c8829b0bbe3c634ef64accfd88686c5895013e86 diff --git a/bitstream.h b/bitstream.h index bed370ff..98937e89 100644 --- a/bitstream.h +++ b/bitstream.h @@ -3,8 +3,7 @@ * * copyright (c) 2004 Michael Niedermayer * - * Licensed under the GNU Lesser General Public License. - * For licencing details see COPYING.LIB. + * Licensed under the GNU Lesser General Public License, see file COPYING.LIB. */ /** \file bitstream.h Bitstream structures and inline functions. */ @@ -96,4 +95,4 @@ static inline void init_get_bits(struct getbit_context *gbc, void init_vlc(struct vlc *vlc, int nb_bits, int nb_codes, const void *bits, const void *codes, int codes_size); void free_vlc(struct vlc *vlc); -int get_vlc(struct getbit_context *gbc, int16_t (*table)[2], int bits); +int get_vlc(struct getbit_context *gbc, const struct vlc *vlc);