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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_opt.c1550 char idx_str[16]; local
1552 av_strlcpy(idx_str, arg, sizeof(idx_str));
1553 p = strchr(idx_str, ':');
1561 idx = parse_number_or_die(opt, idx_str, OPT_INT, 0, MAX_STREAMS-1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c3771 char idx_str[16]; local
3773 av_strlcpy(idx_str, arg, sizeof(idx_str));
3774 p = strchr(idx_str, ':');
3782 idx = parse_number_or_die(opt, idx_str, OPT_INT, 0, INT_MAX);
H A Dffmpeg.c3691 char idx_str[16]; local
3693 av_strlcpy(idx_str, arg, sizeof(idx_str));
3694 p = strchr(idx_str, ':');
3702 idx = parse_number_or_die(opt, idx_str, OPT_INT, 0, INT_MAX);

Completed in 196 milliseconds