[FFmpeg-devel] [PATCH] Improve eval.c:parse_primary() error message
Benoit Fouet
benoit.fouet
Wed May 21 19:50:49 CEST 2008
Michael Niedermayer wrote:
> On Sun, May 18, 2008 at 01:00:30AM +0200, Stefano Sabatini wrote:
>
>> On date Saturday 2008-05-17 19:50:23 +0200, Michael Niedermayer encoded:
>>
>>> On Sat, May 17, 2008 at 05:48:37PM +0200, Stefano Sabatini wrote:
>>>
>> [...]
>>
>>>> Index: libavcodec/eval.c
>>>> ===================================================================
>>>> --- libavcodec/eval.c (revision 13187)
>>>> +++ libavcodec/eval.c (working copy)
>>>> @@ -217,7 +217,7 @@
>>>>
>>>> p->s= strchr(p->s, '(');
>>>> if(p->s==NULL){
>>>> - *p->error = "missing (";
>>>> + *p->error = "not a named constant and not a function since it is missing '('";
>>>>
>>> i think
>>> "undefined constant or missing ("
>>> is better
>>>
>> As you wish ;-).
>>
>
> ok
> ... of course as it was my idea ;)
>
>
applied
(with credits ;) )
--
Benoit Fouet
Purple Labs S.A.
www.purplelabs.com
More information about the ffmpeg-devel
mailing list