deprecate ff_realloc_static
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 14 Mar 2007 13:25:15 +0000 (13:25 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 14 Mar 2007 13:25:15 +0000 (13:25 +0000)
Originally committed as revision 8404 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/bitstream.c

index 35f7754..f571ae6 100644 (file)
@@ -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)
 {