Searched refs:expr_x (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
132 av_free(ci->expr_x);
161 ci->expr_x = "0.0";
210 ci->expr_x = av_strdup(optarg);
320 if (!(ci->eval_x = ff_parse(ci->expr_x, const_names, NULL, NULL, NULL, NULL, &error))){
321 av_log(NULL, AV_LOG_ERROR, "Couldn't parse x expression '%s': %s\n", ci->expr_x, error);

Completed in 87 milliseconds