From 671adb174250d6b0fc7a562ac810680a6df155e7 Mon Sep 17 00:00:00 2001 From: Mark Cox Date: Wed, 2 May 2007 09:13:47 +0000 Subject: patch so that the deprecated items show up correctly when building doxygen docs patch by mark cox melbournemark plus ffmpeg minus devel chez gmail dot com Originally committed as revision 8866 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/bitstream.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/bitstream.c') diff --git a/libavcodec/bitstream.c b/libavcodec/bitstream.c index a0c2397980..20b5f81699 100644 --- a/libavcodec/bitstream.c +++ b/libavcodec/bitstream.c @@ -36,6 +36,8 @@ * @param[in] ptr The block of memory to reallocate. * @param[in] size The requested size. * @return Block of memory of requested size. + * @deprecated. Code which uses ff_realloc_static is broken/missdesigned + * and should correctly use static arrays */ attribute_deprecated void *ff_realloc_static(void *ptr, unsigned int size); -- cgit v1.2.3