Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Ddashenc.c1061 char idx_str[8], *end_str; in parse_adaptation_sets() local
1064 snprintf(idx_str, sizeof(idx_str), "%.*s", n, p); in parse_adaptation_sets()
1068 if (as->media_type == AVMEDIA_TYPE_UNKNOWN && (idx_str[0] == 'v' || idx_str[0] == 'a')) { in parse_adaptation_sets()
1069 enum AVMediaType type = (idx_str[0] == 'v') ? AVMEDIA_TYPE_VIDEO : AVMEDIA_TYPE_AUDIO; in parse_adaptation_sets()
1070 av_log(s, AV_LOG_DEBUG, "Map all streams of type %s\n", idx_str); in parse_adaptation_sets()
1082 i = strtol(idx_str, &end_str, 10); in parse_adaptation_sets()
1083 if (idx_str == end_str || i < 0 || i >= s->nb_streams) { in parse_adaptation_sets()
1084 av_log(s, AV_LOG_ERROR, "Selected stream \"%s\" not found!\n", idx_str); in parse_adaptation_sets()
[all...]
/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c2202 char idx_str[16]; in opt_streamid() local
2204 av_strlcpy(idx_str, arg, sizeof(idx_str)); in opt_streamid()
2205 p = strchr(idx_str, ':'); in opt_streamid()
2213 idx = parse_number_or_die(opt, idx_str, OPT_INT, 0, MAX_STREAMS-1); in opt_streamid()

Completed in 9 milliseconds