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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_zoompan.c78 char *zoom_expr_str; member in struct:ZPcontext
93 { "zoom", "set the zoom expression", OFFSET(zoom_expr_str), AV_OPT_TYPE_STRING, {.str = "1" }, .flags = FLAGS },
94 { "z", "set the zoom expression", OFFSET(zoom_expr_str), AV_OPT_TYPE_STRING, {.str = "1" }, .flags = FLAGS },
169 if ((ret = av_expr_parse_and_eval(&zoom, s->zoom_expr_str,

Completed in 36 milliseconds