#include <ctype.h>#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 char* check_nan_suffix | ( | char * | s | ) |  [static] | 
        
| double strtod | ( | const char * | , | |
| char ** | ||||
| ) | 
Referenced by av_parse_color(), av_strtod(), avpriv_strtod(), init(), lex_double(), parse_ffconfig(), parse_options(), rtmp_write_amf_data(), set_param(), and str_to_time().
 1.5.8