1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00
Originally committed as revision 13572 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2008-05-30 23:27:21 +00:00
parent b9c8388710
commit b13ddb3bca

View File

@ -42,11 +42,6 @@
attribute_deprecated av_alloc_size(2)
static void *ff_realloc_static(void *ptr, unsigned int size);
static void *av_mallocz_static(unsigned int size)
{
return av_mallocz(size);
}
static void *ff_realloc_static(void *ptr, unsigned int size)
{
return av_realloc(ptr, size);