Commit 0769498a authored by Michael Niedermayer's avatar Michael Niedermayer

deprecate ff_realloc_static

Originally committed as revision 8404 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f78da6d6
......@@ -37,7 +37,7 @@
* @param[in] size The requested size.
* @return Block of memory of requested size.
*/
void *ff_realloc_static(void *ptr, unsigned int size);
attribute_deprecated void *ff_realloc_static(void *ptr, unsigned int size);
void align_put_bits(PutBitContext *s)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment