comparison get_bits.h @ 10263:fd9dfd5aa5e9 libavcodec

Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages and finally no longer used anywhere.
author reimar
date Thu, 24 Sep 2009 15:13:34 +0000
parents 24c03529ccbe
children bdf4a9ca162a
comparison
equal deleted inserted replaced
10262:0eed6587903b 10263:fd9dfd5aa5e9
536 int init_vlc_sparse(VLC *vlc, int nb_bits, int nb_codes, 536 int init_vlc_sparse(VLC *vlc, int nb_bits, int nb_codes,
537 const void *bits, int bits_wrap, int bits_size, 537 const void *bits, int bits_wrap, int bits_size,
538 const void *codes, int codes_wrap, int codes_size, 538 const void *codes, int codes_wrap, int codes_size,
539 const void *symbols, int symbols_wrap, int symbols_size, 539 const void *symbols, int symbols_wrap, int symbols_size,
540 int flags); 540 int flags);
541 #define INIT_VLC_USE_STATIC 1 ///< VERY strongly deprecated and forbidden
542 #define INIT_VLC_LE 2 541 #define INIT_VLC_LE 2
543 #define INIT_VLC_USE_NEW_STATIC 4 542 #define INIT_VLC_USE_NEW_STATIC 4
544 void free_vlc(VLC *vlc); 543 void free_vlc(VLC *vlc);
545 544
546 #define INIT_VLC_STATIC(vlc, bits, a,b,c,d,e,f,g, static_size)\ 545 #define INIT_VLC_STATIC(vlc, bits, a,b,c,d,e,f,g, static_size)\