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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnutdec.c482 unsigned int stream_id_plus1, count; local
494 GET_V(stream_id_plus1, tmp <= s->nb_streams);
500 if (chapter_id && !stream_id_plus1) {
507 } else if (stream_id_plus1) {
508 st = s->streams[stream_id_plus1 - 1];
536 if (stream_id_plus1 > s->nb_streams) {
543 set_disposition_bits(s, str_value, stream_id_plus1 - 1);
547 if (stream_id_plus1 && !strcmp(name, "r_frame_rate")) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dnutdec.c398 unsigned int stream_id_plus1, count; local
410 GET_V(stream_id_plus1, tmp <= s->nb_streams)
416 if(chapter_id && !stream_id_plus1){
422 } else if(stream_id_plus1) {
423 st= s->streams[stream_id_plus1 - 1];
451 if (stream_id_plus1 > s->nb_streams) {
458 set_disposition_bits(s, str_value, stream_id_plus1 - 1);

Completed in 278 milliseconds