Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-03-14 16:25:15 +0300
committerMichael Niedermayer <michaelni@gmx.at>2007-03-14 16:25:15 +0300
commit0769498a9f37c651860e5b90ea65dc92937532ef (patch)
tree0a6ec714174dbd41e6be920cf7201a40f8cef613 /libavcodec/bitstream.c
parentf78da6d64fe0271a97c4b5d78cc5669cedabf541 (diff)
deprecate ff_realloc_static
Originally committed as revision 8404 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/bitstream.c')
-rw-r--r--libavcodec/bitstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/bitstream.c b/libavcodec/bitstream.c
index 35f775437d..f571ae6002 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)
{