[SCM] libav/experimental: deprecate ff_realloc_static

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:57:50 UTC 2013


The following commit has been merged in the experimental branch:
commit 0769498a9f37c651860e5b90ea65dc92937532ef
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Mar 14 13:25:15 2007 +0000

    deprecate ff_realloc_static
    
    Originally committed as revision 8404 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/bitstream.c b/libavcodec/bitstream.c
index 35f7754..f571ae6 100644
--- a/libavcodec/bitstream.c
+++ b/libavcodec/bitstream.c
@@ -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)
 {

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list