diff 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
line wrap: on
line diff
--- a/get_bits.h	Thu Sep 24 15:12:05 2009 +0000
+++ b/get_bits.h	Thu Sep 24 15:13:34 2009 +0000
@@ -538,7 +538,6 @@
              const void *codes, int codes_wrap, int codes_size,
              const void *symbols, int symbols_wrap, int symbols_size,
              int flags);
-#define INIT_VLC_USE_STATIC 1 ///< VERY strongly deprecated and forbidden
 #define INIT_VLC_LE         2
 #define INIT_VLC_USE_NEW_STATIC 4
 void free_vlc(VLC *vlc);