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 const char * | check_nan_suffix (const 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(), mov_write_loci_tag(), parse_dB(), parse_options(), rtmp_write_amf_data(), and str_to_time().