FFmpeg
|
#include <avcodec.h>
Data Fields | |
uint16_t | format |
uint32_t | start_display_time |
uint32_t | end_display_time |
unsigned | num_rects |
AVSubtitleRect ** | rects |
int64_t | pts |
Same as packet pts, in AV_TIME_BASE. More... | |
uint16_t AVSubtitle::format |
Definition at line 2270 of file avcodec.h.
Referenced by aribcaption_trans_ass_subtitle(), aribcaption_trans_bitmap_subtitle(), aribcaption_trans_text_subtitle(), avcodec_decode_subtitle2(), display_end_segment(), libaribb24_handle_regions(), show_subtitle(), and teletext_decode_frame().
uint32_t AVSubtitle::start_display_time |
Definition at line 2271 of file avcodec.h.
Referenced by avcodec_encode_subtitle(), decode_dvd_subtitles(), decode_frame(), display_end_segment(), enc_subtitle(), show_subtitle(), sub2video_update(), teletext_decode_frame(), and video_refresh().
uint32_t AVSubtitle::end_display_time |
Definition at line 2272 of file avcodec.h.
Referenced by aribcaption_decode(), avcodec_decode_subtitle2(), decode(), decode_dvd_subtitles(), decode_frame(), display_end_segment(), enc_subtitle(), libaribb24_decode(), process_subtitle(), save_subtitle_set(), show_subtitle(), sub2video_update(), and teletext_decode_frame().
unsigned AVSubtitle::num_rects |
Definition at line 2273 of file avcodec.h.
Referenced by aribcaption_decode(), aribcaption_trans_ass_subtitle(), aribcaption_trans_bitmap_subtitle(), aribcaption_trans_text_subtitle(), ass_decode_frame(), ass_encode_frame(), avcodec_decode_subtitle2(), avsubtitle_free(), decode(), decode_dvd_subtitles(), decode_frame(), display_end_segment(), enc_subtitle(), encode_frame(), ff_ass_add_rect2(), fix_sub_duration_heartbeat(), jacosub_decode_frame(), libaribb24_decode(), microdvd_decode_frame(), mov_text_decode_frame(), mov_text_encode_frame(), mpl2_decode_frame(), process_subtitle(), realtext_decode_frame(), reset_rects(), sami_decode_frame(), save_subtitle_set(), show_subtitle(), srt_decode_frame(), sub2video_update(), subviewer_decode_frame(), teletext_decode_frame(), text_decode_frame(), ttml_encode_frame(), webvtt_decode_frame(), and webvtt_encode_frame().
AVSubtitleRect** AVSubtitle::rects |
Definition at line 2274 of file avcodec.h.
Referenced by aribcaption_trans_ass_subtitle(), aribcaption_trans_bitmap_subtitle(), aribcaption_trans_text_subtitle(), ass_decode_frame(), ass_encode_frame(), avcodec_decode_subtitle2(), avsubtitle_free(), decode_dvd_subtitles(), decode_frame(), display_end_segment(), dvdsub_decode(), enc_subtitle(), encode_frame(), ff_ass_add_rect2(), mov_text_encode_frame(), reset_rects(), save_subtitle_set(), sub2video_update(), teletext_decode_frame(), ttml_encode_frame(), and webvtt_encode_frame().
int64_t AVSubtitle::pts |
Same as packet pts, in AV_TIME_BASE.
Definition at line 2275 of file avcodec.h.
Referenced by aribcaption_decode(), avcodec_decode_subtitle2(), decode(), display_end_segment(), dvbsub_decode(), enc_subtitle(), get_subtitle_defaults(), libaribb24_decode(), process_subtitle(), save_subtitle_set(), show_subtitle(), sub2video_update(), and teletext_decode_frame().