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

#include <subtitles.h>

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...
 
enum sub_sort sort
 sort method to use when finalizing subtitles More...
 
int keep_duplicates
 set to 1 to keep duplicated subtitle events More...
 

Detailed Description

Definition at line 102 of file subtitles.h.

Field Documentation

AVPacket* FFDemuxSubtitlesQueue::subs
int FFDemuxSubtitlesQueue::nb_subs
int FFDemuxSubtitlesQueue::allocated_size

allocated size for subs

Definition at line 105 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 106 of file subtitles.h.

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

enum sub_sort FFDemuxSubtitlesQueue::sort

sort method to use when finalizing subtitles

Definition at line 107 of file subtitles.h.

Referenced by ff_subtitles_queue_finalize().

int FFDemuxSubtitlesQueue::keep_duplicates

set to 1 to keep duplicated subtitle events

Definition at line 108 of file subtitles.h.

Referenced by ass_read_header(), and ff_subtitles_queue_finalize().


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