* two functions to handle allocation of static data more simple
authorZdenek Kabelac <kabi@informatics.muni.cz>
Tue, 3 Dec 2002 19:40:35 +0000 (19:40 +0000)
committerZdenek Kabelac <kabi@informatics.muni.cz>
Tue, 3 Dec 2002 19:40:35 +0000 (19:40 +0000)
commit855ea723b0ea450137e54674179751c14e8fc6b5
treee8c81d27ce40b9c8f4f064cf06b464e26fed4d09
parent17308326396778cd31451ef7a69c36c7ccb7cab7
* two functions to handle allocation of static data more simple
  av_mallocz_static - called for every static data table
  av_free_static - called when ffmpeg is no longer needed and should free
                   all static resources
* simple usage shown in mpegaudiodec.c

Originally committed as revision 1301 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c
libavcodec/avcodec.h
libavcodec/mpegaudiodec.c
libavcodec/utils.c