Searched refs:ff_subtitles_read_chunk (Results 1 – 4 of 4) sorted by relevance
164 void ff_subtitles_read_chunk(AVIOContext *pb, AVBPrint *buf);
119 ff_subtitles_read_chunk(s->pb, &buf); in mpsub_read_header()
84 ff_subtitles_read_chunk(s->pb, &cue); in webvtt_read_header()
407 void ff_subtitles_read_chunk(AVIOContext *pb, AVBPrint *buf) in ff_subtitles_read_chunk() function