av_strtod 146 fftools/cmdutils.c double d = av_strtod(numstr, &tail); av_strtod 2726 fftools/ffmpeg_opt.c double theta = av_strtod(val, &tail); av_strtod 518 libavfilter/af_amix.c last_weight = av_strtod(p, &p); av_strtod 176 libavfilter/asrc_afirsrc.c (*items)[(*nb_items)++] = av_strtod(tail, &tail); av_strtod 685 libavfilter/formats.c double srate = av_strtod(arg, &tail); av_strtod 167 libavfilter/vf_curves.c point->x = av_strtod(p, &p); if (p && *p) p++; av_strtod 168 libavfilter/vf_curves.c point->y = av_strtod(p, &p); if (p && *p) p++; av_strtod 109 libavfilter/vf_frei0r.c val.d = av_strtod(param, &tail); av_strtod 91 libavformat/mvdec.c v = av_d2q(av_strtod(s, NULL), INT_MAX); av_strtod 356 libavutil/eval.c d->value = av_strtod(p->s, &next); av_strtod 135 libavutil/eval.h double av_strtod(const char *numstr, char **tail);