diff common.h @ 2370:26560d4fdb1f libavcodec

Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>)
author michael
date Sat, 27 Nov 2004 18:10:06 +0000
parents 1925d732ea42
children 336a239ad9a4
line wrap: on
line diff
--- a/common.h	Sat Nov 27 03:54:18 2004 +0000
+++ b/common.h	Sat Nov 27 18:10:06 2004 +0000
@@ -939,7 +939,8 @@
 void align_get_bits(GetBitContext *s);
 int init_vlc(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 *codes, int codes_wrap, int codes_size,
+             int use_static);
 void free_vlc(VLC *vlc);
 
 /**