FFmpeg
|
#include <limits.h>
#include <stdlib.h>
#include "libavutil/avstring.h"
#include "libavutil/mathematics.h"
Go to the source code of this file.
Functions | |
static char * | check_nan_suffix (char *s) |
double | strtod (const char *, char **) |
double | avpriv_strtod (const char *nptr, char **endptr) |
|
static |
Definition at line 28 of file strtod.c.
Referenced by avpriv_strtod().
double strtod | ( | const char * | , |
char ** | |||
) |
Referenced by av_parse_color(), av_strtod(), avpriv_strtod(), lex_double(), parse_dB(), parse_ffconfig(), parse_options(), rtmp_write_amf_data(), set_param(), and str_to_time().