Searched refs:ff_subtitles_queue_read_packet (Results 1 – 7 of 7) sorted by relevance
133 int ff_subtitles_queue_read_packet(FFDemuxSubtitlesQueue *q, AVPacket *pkt);
106 return ff_subtitles_queue_read_packet(&aqt->q, pkt); in aqt_read_packet()
214 int ff_subtitles_queue_read_packet(FFDemuxSubtitlesQueue *q, AVPacket *pkt) in ff_subtitles_queue_read_packet() function318 return ff_subtitles_queue_read_packet(q, pkt); in ff_subtitles_read_packet()
168 return ff_subtitles_queue_read_packet(µdvd->q, pkt); in microdvd_read_packet()
174 return ff_subtitles_queue_read_packet(&webvtt->q, pkt); in webvtt_read_packet()
315 return ff_subtitles_queue_read_packet(&tc->subs, packet); in tedcaptions_read_packet()
948 ret = ff_subtitles_queue_read_packet(q, pkt); in vobsub_read_packet()