Home
last modified time | relevance | path

Searched refs:st_tc (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsegment.c445 AVTimecode st_tc; in segment_end() local
449 if ((av_timecode_init_from_string(&st_tc, st_rate, st_tcr->value, s) < 0)) { in segment_end()
453st_tc.start += (int)((seg->cur_entry.end_time - seg->cur_entry.start_time) * av_q2d(st_rate)); … in segment_end()
454 … av_dict_set(&s->streams[i]->metadata, "timecode", av_timecode_make_string(&st_tc, st_buf, 0), 0); in segment_end()