Lines Matching defs:next
3763 char *next, *p, *spec = av_strdup(interval_spec);3774 next = strchr(spec, '%');3775 if (next)3776 *next++ = 0;3799 p = next;3864 char *next;3867 next = strchr(p, ',');3868 if (next)3869 *next++ = 0;3880 p = next;