Lines Matching defs:stream
246 char *var_stream_map; /* user specified variant stream map string */
257 int has_video_m3u8; /* has video stream m3u8 list */
1351 static int64_t get_stream_bit_rate(AVStream *stream)
1354 stream,
1359 if (stream->codecpar->bit_rate)
1360 return stream->codecpar->bit_rate;
1457 av_log(s, AV_LOG_WARNING, "Media stream not found\n");
2009 * into different variant streams. The variant stream groups are separated
2101 av_log(s, AV_LOG_ERROR, "Invalid stream number: '%s'\n", val);
2109 av_log(s, AV_LOG_ERROR, "Same elementary stream found more than once inside "
2117 av_log(s, AV_LOG_ERROR, "Same elementary stream found more than once "
2126 av_log(s, AV_LOG_ERROR, "Unable to map stream at %s\n", keyval);
2188 av_log(s, AV_LOG_ERROR, "Insufficient parameters in cc stream map string\n");
2229 //By default, a single variant stream with all the codec streams is created
2242 //by default, the first available ccgroup is mapped to the variant stream
2327 /* We have a subtitle stream, when the user does not want one */
2442 av_log(s, AV_LOG_ERROR, "Unable to find mapping variant stream\n");
2879 av_log(s, AV_LOG_ERROR, "Variant stream info update failed with status %x\n",
2913 av_log(s, AV_LOG_ERROR, "Master stream info update failed with status %x\n",
2964 /* Get one video stream to reference for split segments
2965 * so use the first video stream index. */
2973 av_log(s, AV_LOG_WARNING, "More than a single video stream present, expect issues decoding it.\n");
3138 {"omit_endlist", "Do not append an endlist when ending stream", 0, AV_OPT_TYPE_CONST, {.i64 = HLS_OMIT_ENDLIST }, 0, UINT_MAX, E, "flags"},
3160 {"var_stream_map", "Variant stream map string", OFFSET(var_stream_map), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, E},
3161 {"cc_stream_map", "Closed captions stream map string", OFFSET(cc_stream_map), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, E},