mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-14 22:22:59 +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)
|
attribute_deprecated av_alloc_size(2)
|
||||||
static void *ff_realloc_static(void *ptr, unsigned int size);
|
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)
|
static void *ff_realloc_static(void *ptr, unsigned int size)
|
||||||
{
|
{
|
||||||
return av_realloc(ptr, size);
|
return av_realloc(ptr, size);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user