Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dwebvttenc.c30 static void webvtt_write_time(AVIOContext *pb, int64_t millisec) in webvtt_write_time() function
83 webvtt_write_time(pb, pkt->pts); in webvtt_write_packet()
85 webvtt_write_time(pb, pkt->pts + pkt->duration); in webvtt_write_packet()