Commit b22a6332 authored by benoit's avatar benoit

Fix a typo.

Patch by Stefano Sabatini stefanoDOTsabatini-lalaATpostePOINTit


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13140 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5c50585c
......@@ -172,7 +172,7 @@ const AVOption *av_set_string(void *obj, const char *name, const char *val){
else if(!strcmp(buf, "none" )) d= 0;
else if(!strcmp(buf, "all" )) d= ~0;
else {
if (!error)
if (error)
av_log(NULL, AV_LOG_ERROR, "Unable to parse option value \"%s\": %s\n", val, error);
return NULL;
}
......
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