removed warning
Originally committed as revision 1506 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8e1e6f31c1
commit
0d4c587854
1 changed files with 0 additions and 2 deletions
|
|
@ -24,8 +24,6 @@ void *av_mallocz(unsigned int size)
|
|||
{
|
||||
void *ptr;
|
||||
|
||||
if(size == 0) fprintf(stderr, "Warning, allocating 0 bytes\n");
|
||||
|
||||
ptr = av_malloc(size);
|
||||
if (!ptr)
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue