Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-09-24 19:13:34 +0400
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-09-24 19:13:34 +0400
commit595324e143b57a52e2329eb47b84395c70f93087 (patch)
tree939f3cd55b8e453866b4eacea1f14dfc35388888 /libavcodec/get_bits.h
parent80bc3bbc2ee4fa8a57c47b6d39e74f9e27d643ce (diff)
Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages and
finally no longer used anywhere. Originally committed as revision 20013 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/get_bits.h')
-rw-r--r--libavcodec/get_bits.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/get_bits.h b/libavcodec/get_bits.h
index c638ca1e0c..0a3ffae25f 100644
--- a/libavcodec/get_bits.h
+++ b/libavcodec/get_bits.h
@@ -538,7 +538,6 @@ int init_vlc_sparse(VLC *vlc, int nb_bits, int nb_codes,
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);