[Ffmpeg-cvslog] r6327 - trunk/libavcodec/eval.c

Rich Felker dalias
Mon Sep 25 02:14:24 CEST 2006


On Sun, Sep 24, 2006 at 12:53:55PM +0200, takis wrote:
> Author: takis
> Date: Sun Sep 24 12:53:54 2006
> New Revision: 6327
> 
> Modified:
>    trunk/libavcodec/eval.c
> 
> Log:
> Missing extern declaration for av_strtod.
> 
> 
> Modified: trunk/libavcodec/eval.c
> ==============================================================================
> --- trunk/libavcodec/eval.c	(original)
> +++ trunk/libavcodec/eval.c	Sun Sep 24 12:53:54 2006
> @@ -54,6 +54,8 @@
>      void *opaque;
>  } Parser;
>  
> +extern double av_strtod(const char *name, char **tail);
> +

Perhaps there is a reason, but I'm wondering wtf is the reason for
having 'av_strtod' with a prototype (and presumably behavior)
identical to C's strtod. Is it just for the sake of making bloat??

Rich





More information about the ffmpeg-cvslog mailing list