mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
unused
Originally committed as revision 13572 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b9c8388710
commit
b13ddb3bca
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user