]> git.sesse.net Git - ffmpeg/commitdiff
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 35f775437df8e791589a6dd941fa3cc224604dc2..f571ae60025d1a4663d94770146899079996f4f5 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)
 {