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... | |
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().
int FFDemuxSubtitlesQueue::nb_subs |
number of subtitles packets
Definition at line 30 of file subtitles.h.
Referenced by ff_subtitles_queue_clean(), ff_subtitles_queue_finalize(), ff_subtitles_queue_insert(), ff_subtitles_queue_read_packet(), ff_subtitles_queue_seek(), jacosub_read_header(), and tedcaptions_read_header().
AVPacket* FFDemuxSubtitlesQueue::subs |
array of subtitles packets
Definition at line 29 of file subtitles.h.
Referenced by ff_subtitles_queue_clean(), ff_subtitles_queue_finalize(), ff_subtitles_queue_insert(), ff_subtitles_queue_read_packet(), ff_subtitles_queue_seek(), jacosub_read_header(), and tedcaptions_read_header().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11