1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-10 11:25:05 +02:00

Remove perror() usage from libavutil

Originally committed as revision 11057 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Luca Abeni 2007-11-19 07:39:55 +00:00
parent e35033e6e3
commit 7f0cd6a529

View File

@ -263,7 +263,7 @@ if((y)<(x)){\
{\
p= av_mallocz(size);\
if(p==NULL && (size)!=0){\
perror("malloc");\
av_log(NULL, AV_LOG_ERROR, "Cannot allocate memory.");\
goto fail;\
}\
}