Searched refs:put_tt (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | nutenc.c | 306 static void put_tt(NUTContext *nut, AVRational *time_base, AVIOContext *bc, uint64_t val) in put_tt() function 578 put_tt(nut, nut->chapter[id].time_base, bc, ch->start); // chapter_start in write_chapter() 599 put_tt(nut, nut->max_pts_tb, bc, nut->max_pts); in write_index() 1030 put_tt(nut, nus->time_base, dyn_bc, pkt->dts); in nut_write_packet() 1034 put_tt(nut, nus->time_base, dyn_bc, in nut_write_packet()
|