[SCM] libav/experimental: removed warning
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:35:05 UTC 2013
The following commit has been merged in the experimental branch:
commit 0d4c587854097c1cf530d1d9fd0ff8bb231be427
Author: Fabrice Bellard <fabrice at bellard.org>
Date: Thu Jan 23 23:18:42 2003 +0000
removed warning
Originally committed as revision 1506 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index e9e6725..554c9cd 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -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;
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list