Searched refs:expr_y (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Dimlib2.c93 char *expr_x, *expr_y; member in struct:__anon759
133 av_free(ci->expr_y);
162 ci->expr_y = "0.0";
213 ci->expr_y = av_strdup(optarg);
325 if (!(ci->eval_y = ff_parse(ci->expr_y, const_names, NULL, NULL, NULL, NULL, &error))){
326 av_log(NULL, AV_LOG_ERROR, "Couldn't parse y expression '%s': %s\n", ci->expr_y, error);

Completed in 87 milliseconds