FFmpeg
|
#include <subtitles.h>
Data Fields | |
AVPacket ** | subs |
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... | |
Definition at line 102 of file subtitles.h.
AVPacket** FFDemuxSubtitlesQueue::subs |
array of subtitles packets
Definition at line 103 of file subtitles.h.
Referenced by drop_dups(), ff_subtitles_queue_clean(), ff_subtitles_queue_finalize(), ff_subtitles_queue_insert(), ff_subtitles_queue_read_packet(), ff_subtitles_queue_seek(), jacosub_read_header(), mpsub_read_header(), and search_sub_ts().
int FFDemuxSubtitlesQueue::nb_subs |
number of subtitles packets
Definition at line 104 of file subtitles.h.
Referenced by drop_dups(), ff_subtitles_queue_clean(), ff_subtitles_queue_finalize(), ff_subtitles_queue_insert(), ff_subtitles_queue_read_packet(), ff_subtitles_queue_seek(), jacosub_read_header(), mpsub_read_header(), and search_sub_ts().
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().