1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

deprecate ff_realloc_static

Originally committed as revision 8404 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2007-03-14 13:25:15 +00:00
parent f78da6d64f
commit 0769498a9f

View File

@ -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)
{ {