Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwebvttdec.c45 static int webvtt_event_to_ass(AVBPrint *buf, const char *p) in webvtt_event_to_ass() function
92 if (ptr && avpkt->size > 0 && !webvtt_event_to_ass(&buf, ptr)) in webvtt_decode_frame()