FFDemuxSubtitlesQueue Struct Reference

#include <subtitles.h>

Collaboration diagram for FFDemuxSubtitlesQueue:
Collaboration graph

Data Fields

AVPacketsubs
 array of subtitles packets More...
 
int nb_subs
 number of subtitles packets More...
 
int allocated_size
 allocated size for subs More...
 
int current_sub_idx
 current position for the read packet callback More...
 

Detailed Description

Definition at line 28 of file subtitles.h.

Field Documentation

int FFDemuxSubtitlesQueue::allocated_size

allocated size for subs

Definition at line 31 of file subtitles.h.

Referenced by ff_subtitles_queue_clean(), and ff_subtitles_queue_insert().

int FFDemuxSubtitlesQueue::current_sub_idx

current position for the read packet callback

Definition at line 32 of file subtitles.h.

Referenced by ff_subtitles_queue_clean(), ff_subtitles_queue_read_packet(), and ff_subtitles_queue_seek().


The documentation for this struct was generated from the following file: