Commit 7f0cd6a5 authored by Luca Abeni's avatar Luca Abeni

Remove perror() usage from libavutil

Originally committed as revision 11057 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent e35033e6
......@@ -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;\
}\
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment