Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dsegment.c439 AVRational st_rate = s->streams[i]->avg_frame_rate; in segment_end() local
442 if ((av_timecode_init_from_string(&st_tc, st_rate, st_tcr->value, s) < 0)) { in segment_end()
446 st_tc.start += (int)((seg->cur_entry.end_time - seg->cur_entry.start_time) * av_q2d(st_rate)); // increment timecode in segment_end()

Completed in 2 milliseconds