Home | History | Annotate | Download | only in src

Lines Matching refs:nbf

876     int64_t nbf = ic->streams[video_stream]->nb_frames;
878 if (nbf == 0)
880 nbf = (int64_t)floor(get_duration_sec() * get_fps() + 0.5);
882 return nbf;