Commit 253d5c1c authored by lucabe's avatar lucabe

Remove perror() usage from libavutil


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11057 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 116d74fd
...@@ -263,7 +263,7 @@ if((y)<(x)){\ ...@@ -263,7 +263,7 @@ if((y)<(x)){\
{\ {\
p= av_mallocz(size);\ p= av_mallocz(size);\
if(p==NULL && (size)!=0){\ if(p==NULL && (size)!=0){\
perror("malloc");\ av_log(NULL, AV_LOG_ERROR, "Cannot allocate memory.");\
goto fail;\ 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