[FFmpeg-cvslog] r13218 - trunk/libavcodec/eval.c

benoit subversion
Wed May 21 19:50:43 CEST 2008


Author: benoit
Date: Wed May 21 19:50:42 2008
New Revision: 13218

Log:
Improve parse_primary() error message.
Patch by Stefano Sabatini and Michael Niedermayer


Modified:
   trunk/libavcodec/eval.c

Modified: trunk/libavcodec/eval.c
==============================================================================
--- trunk/libavcodec/eval.c	(original)
+++ trunk/libavcodec/eval.c	Wed May 21 19:50:42 2008
@@ -217,7 +217,7 @@ static AVEvalExpr * parse_primary(Parser
 
     p->s= strchr(p->s, '(');
     if(p->s==NULL){
-        *p->error = "missing (";
+        *p->error = "undefined constant or missing (";
         p->s= next;
         ff_eval_free(d);
         return NULL;




More information about the ffmpeg-cvslog mailing list