changeset 1032:8f440ca8e0b0 libavcodec

removed warning
author bellard
date Thu, 23 Jan 2003 23:18:42 +0000
parents 19de1445beb2
children b4172ff70d27
files utils.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/utils.c	Thu Jan 23 23:03:09 2003 +0000
+++ b/utils.c	Thu Jan 23 23:18:42 2003 +0000
@@ -24,8 +24,6 @@
 {
     void *ptr;
     
-    if(size == 0) fprintf(stderr, "Warning, allocating 0 bytes\n");
-    
     ptr = av_malloc(size);
     if (!ptr)
         return NULL;