FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
FFDemuxSubtitlesQueue Struct Reference

#include <subtitles.h>

Data Fields

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

Detailed Description

Definition at line 28 of file subtitles.h.

Field Documentation

AVPacket* FFDemuxSubtitlesQueue::subs
int FFDemuxSubtitlesQueue::nb_subs
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: