Commit 9894ff4e authored by michael's avatar michael

unused


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13572 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3c31d6ab
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment