Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dnutdec.c508 unsigned int stream_id_plus1, count; in decode_info_header() local
522 GET_V(stream_id_plus1, tmp <= s->nb_streams); in decode_info_header()
528 if (chapter_id && !stream_id_plus1) { in decode_info_header()
539 } else if (stream_id_plus1) { in decode_info_header()
540 st = s->streams[stream_id_plus1 - 1]; in decode_info_header()
588 if (stream_id_plus1 > s->nb_streams) { in decode_info_header()
591 stream_id_plus1); in decode_info_header()
597 set_disposition_bits(s, str_value, stream_id_plus1 - 1); in decode_info_header()
601 if (stream_id_plus1 && !strcmp(name, "r_frame_rate")) { in decode_info_header()

Completed in 3 milliseconds