Originally committed as revision 8388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Frees all static arrays and reset their pointers to 0.
* Call this function to release all statically allocated tables.
*/
-void av_free_static(void);
+attribute_deprecated void av_free_static(void);
/**
* Allocation of static arrays.
* @param[in] size The amount of memory you need in bytes.
* @return Block of memory of the requested size.
*/
-void *av_mallocz_static(unsigned int size);
+attribute_deprecated void *av_mallocz_static(unsigned int size);
/**
* Copy image 'src' to 'dst'.