Lines Matching refs:stream
168 av_log(s, AV_LOG_INFO, "got audio packet, but no audio stream present\n");
299 uint32_t stream;
305 stream = lxf->packet_type;
307 if (stream > 1) {
309 "got packet with illegal stream index %"PRIu32"\n", stream);
313 if (stream == 1 && s->nb_streams < 2) {
314 av_log(s, AV_LOG_ERROR, "got audio packet without having an audio stream\n");
325 pkt->stream_index = stream;
327 if (!stream) {
340 .long_name = NULL_IF_CONFIG_SMALL("VR native stream (LXF)"),