This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Missing extern declaration for av_strtod.
Originally committed as revision 6327 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Panagiotis Issaris
19 years ago
parent
b8100438a0
commit
97a9195feb
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavcodec/eval.c
+ 2
- 0
libavcodec/eval.c
View File
@@ -54,6 +54,8 @@ typedef struct Parser{
void *opaque;
} Parser;
extern double av_strtod(const char *name, char **tail);
static double evalExpression(Parser *p);
static int strmatch(const char *s, const char *prefix){
Write
Preview
Loading…
Cancel
Save