Lines Matching defs:ttl
54 int ttl;
71 { "ttl", "Time to live (multicast only)", OFFSET(ttl), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 255, .flags = D|E },
186 if (s->ttl >= 0)
187 url_add_option(buf, buf_size, "ttl=%d", s->ttl);
207 * option: 'ttl=n' : set the ttl value (for multicast only)
248 if (av_find_info_tag(buf, sizeof(buf), "ttl", p)) {
249 s->ttl = strtol(buf, NULL, 10);
321 if (s->ttl > 0) {
322 av_dict_set_int(&fec_opts, "ttl", s->ttl, 0);