You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Missing extern declaration for av_strtod.
Originally committed as revision 6327 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -54,6 +54,8 @@ typedef struct Parser{
|
|||||||
void *opaque;
|
void *opaque;
|
||||||
} Parser;
|
} Parser;
|
||||||
|
|
||||||
|
extern double av_strtod(const char *name, char **tail);
|
||||||
|
|
||||||
static double evalExpression(Parser *p);
|
static double evalExpression(Parser *p);
|
||||||
|
|
||||||
static int strmatch(const char *s, const char *prefix){
|
static int strmatch(const char *s, const char *prefix){
|
||||||
|
Reference in New Issue
Block a user