Commit 4d6df1e4 authored by michael's avatar michael

deprecate ff_realloc_static


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8404 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 11b28ef7
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
* @param[in] size The requested size. * @param[in] size The requested size.
* @return Block of memory of 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) 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