Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dsubviewer1dec.c101 .read_packet = ff_subtitles_read_packet,
Dsubtitles.h147 int ff_subtitles_read_packet(AVFormatContext *s, AVPacket *pkt);
Dpjsdec.c116 .read_packet = ff_subtitles_read_packet,
Dvplayerdec.c106 .read_packet = ff_subtitles_read_packet,
Dstldec.c119 .read_packet = ff_subtitles_read_packet,
Dmpl2dec.c133 .read_packet = ff_subtitles_read_packet,
Dsamidec.c128 .read_packet = ff_subtitles_read_packet,
Drealtextdec.c138 .read_packet = ff_subtitles_read_packet,
Dsccdec.c158 .read_packet = ff_subtitles_read_packet,
Dassdec.c168 .read_packet = ff_subtitles_read_packet,
Dmpsubdec.c180 .read_packet = ff_subtitles_read_packet,
Dsubviewerdec.c196 .read_packet = ff_subtitles_read_packet,
Dmccdec.c211 .read_packet = ff_subtitles_read_packet,
Dlrcdec.c228 .read_packet = ff_subtitles_read_packet,
Dsrtdec.c221 .read_packet = ff_subtitles_read_packet,
Djacosubdec.c266 .read_packet = ff_subtitles_read_packet,
Dsubtitles.c315 int ff_subtitles_read_packet(AVFormatContext *s, AVPacket *pkt) in ff_subtitles_read_packet() function