Commit 27882ab5 authored by michael's avatar michael

segfault fix

thanks to takis for finding the cause of this


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6325 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d7ee52ca
......@@ -87,6 +87,7 @@ static double evalPrimary(Parser *p){
p->s= strchr(p->s, '(');
if(p->s==NULL){
av_log(NULL, AV_LOG_ERROR, "Parser: missing ( in \"%s\"\n", next);
p->s= next;
return NAN;
}
p->s++; // "("
......
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