Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dsubtitles.h164 void ff_subtitles_read_chunk(AVIOContext *pb, AVBPrint *buf);
Dmpsubdec.c119 ff_subtitles_read_chunk(s->pb, &buf); in mpsub_read_header()
Dwebvttdec.c84 ff_subtitles_read_chunk(s->pb, &cue); in webvtt_read_header()
Dsubtitles.c407 void ff_subtitles_read_chunk(AVIOContext *pb, AVBPrint *buf) in ff_subtitles_read_chunk() function