Searched refs:saveptr3 (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | af_mcompand.c | 330 char *p2, *p3, *saveptr2 = NULL, *saveptr3 = NULL; in config_output() local 360 char *tstr3 = av_strtok(p3, ",", &saveptr3); in config_output() 364 tstr3 = av_strtok(p3, ",", &saveptr3); in config_output()
|
H A D | vf_stack.c | 303 char *arg3, *p3, *saveptr3 = NULL; in config_output() local 336 while ((arg3 = av_strtok(p3, "+", &saveptr3))) { in config_output()
|
Completed in 2 milliseconds