Commit 492132b2 authored by zuxy's avatar zuxy

Apply 'alloc_size' attribute to ff_realloc_static()


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12527 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1bd6fe58
......@@ -39,7 +39,8 @@
* @deprecated. Code which uses ff_realloc_static is broken/misdesigned
* and should correctly use static arrays
*/
attribute_deprecated void *ff_realloc_static(void *ptr, unsigned int size);
attribute_deprecated av_alloc_size(2)
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