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 2239 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(), subtitle_thread(), and teletext_decode_frame().
uint32_t AVSubtitle::start_display_time |
Definition at line 2240 of file avcodec.h.
Referenced by avcodec_encode_subtitle(), decode_dvd_subtitles(), decode_frame(), display_end_segment(), do_subtitle_out(), show_subtitle(), sub2video_update(), teletext_decode_frame(), video_image_display(), and video_refresh().
uint32_t AVSubtitle::end_display_time |
Definition at line 2241 of file avcodec.h.
Referenced by aribcaption_decode(), avcodec_decode_subtitle2(), decode(), decode_dvd_subtitles(), decode_frame(), display_end_segment(), do_subtitle_out(), libaribb24_decode(), process_subtitle(), save_subtitle_set(), show_subtitle(), sub2video_update(), teletext_decode_frame(), and video_refresh().
unsigned AVSubtitle::num_rects |
Definition at line 2242 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(), do_subtitle_out(), encode_frame(), ff_ass_add_rect2(), fix_sub_duration_heartbeat(), frame_encode(), jacosub_decode_frame(), libaribb24_decode(), microdvd_decode_frame(), mov_text_decode_frame(), mov_text_encode_frame(), mpl2_decode_frame(), 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(), video_image_display(), video_refresh(), webvtt_decode_frame(), and webvtt_encode_frame().
AVSubtitleRect** AVSubtitle::rects |
Definition at line 2243 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(), do_subtitle_out(), dvdsub_decode(), encode_frame(), ff_ass_add_rect2(), mov_text_encode_frame(), reset_rects(), save_subtitle_set(), sub2video_update(), teletext_decode_frame(), ttml_encode_frame(), video_image_display(), video_refresh(), and webvtt_encode_frame().
int64_t AVSubtitle::pts |
Same as packet pts, in AV_TIME_BASE.
Definition at line 2244 of file avcodec.h.
Referenced by aribcaption_decode(), avcodec_decode_subtitle2(), decode(), display_end_segment(), do_subtitle_out(), dvbsub_decode(), fix_sub_duration_heartbeat(), get_subtitle_defaults(), libaribb24_decode(), process_subtitle(), save_subtitle_set(), show_subtitle(), sub2video_update(), subtitle_thread(), and teletext_decode_frame().