]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
* two functions to handle allocation of static data more simple
authorkabi <kabi@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 3 Dec 2002 19:40:35 +0000 (19:40 +0000)
committerkabi <kabi@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 3 Dec 2002 19:40:35 +0000 (19:40 +0000)
commit01e46d339a3da511811e9a24ea5c8f043de1a33c
tree895973a3482fc40c567d09e629d9441cc627531a
parentb6bcff14c9609695b916d64ac4683d529db724d3
* 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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1301 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
ffmpeg.c
libavcodec/avcodec.h
libavcodec/mpegaudiodec.c
libavcodec/utils.c