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

Data Fields

AudioInterleaveContext aic
 
UID track_essence_element_key
 
int index
 index in mxf_essence_container_uls table More...
 
const UIDcodec_ul
 
int order
 interleaving order if dts are equal More...
 
int interlaced
 whether picture is interlaced More...
 
int field_dominance
 tff=1, bff=2 More...
 
int component_depth
 
int color_siting
 
int signal_standard
 
int h_chroma_sub_sample
 
int v_chroma_sub_sample
 
int temporal_reordering
 
AVRational aspect_ratio
 display aspect ratio More...
 
int closed_gop
 gop is closed, used in mpeg-2 frame parsing More...
 
int video_bit_rate
 
int slice_offset
 
int frame_size
 frame size in bytes More...
 
int seq_closed_gop
 all gops in sequence are closed, used in mpeg-2 descriptor More...
 
int max_gop
 maximum gop size, used by mpeg-2 descriptor More...
 
int b_picture_count
 maximum number of consecutive b pictures, used in mpeg-2 descriptor More...
 
int low_delay
 low delay, used in mpeg-2 descriptor More...
 

Detailed Description

Definition at line 79 of file mxfenc.c.

Field Documentation

AudioInterleaveContext MXFStreamContext::aic

Definition at line 80 of file mxfenc.c.

Referenced by mxf_write_index_table_segment().

UID MXFStreamContext::track_essence_element_key
int MXFStreamContext::index
const UID* MXFStreamContext::codec_ul
int MXFStreamContext::order

interleaving order if dts are equal

Definition at line 84 of file mxfenc.c.

Referenced by mxf_compare_timestamps(), and mxf_write_header().

int MXFStreamContext::interlaced

whether picture is interlaced

Definition at line 85 of file mxfenc.c.

Referenced by mxf_parse_dnxhd_frame(), mxf_parse_dv_frame(), mxf_parse_h264_frame(), mxf_parse_mpeg2_frame(), and mxf_write_cdci_common().

int MXFStreamContext::field_dominance

tff=1, bff=2

Definition at line 86 of file mxfenc.c.

Referenced by mxf_parse_h264_frame(), mxf_parse_mpeg2_frame(), and mxf_write_cdci_common().

int MXFStreamContext::component_depth
int MXFStreamContext::color_siting

Definition at line 88 of file mxfenc.c.

Referenced by mxf_write_cdci_common(), and mxf_write_header().

int MXFStreamContext::signal_standard

Definition at line 89 of file mxfenc.c.

Referenced by mxf_write_cdci_common(), and mxf_write_header().

int MXFStreamContext::h_chroma_sub_sample

Definition at line 90 of file mxfenc.c.

Referenced by mxf_write_cdci_common(), and mxf_write_header().

int MXFStreamContext::v_chroma_sub_sample

Definition at line 91 of file mxfenc.c.

Referenced by mxf_write_cdci_common(), and mxf_write_header().

int MXFStreamContext::temporal_reordering

Definition at line 92 of file mxfenc.c.

Referenced by mxf_parse_mpeg2_frame(), and mxf_write_index_table_segment().

AVRational MXFStreamContext::aspect_ratio
int MXFStreamContext::closed_gop

gop is closed, used in mpeg-2 frame parsing

Definition at line 94 of file mxfenc.c.

Referenced by mxf_parse_mpeg2_frame().

int MXFStreamContext::video_bit_rate

Definition at line 95 of file mxfenc.c.

Referenced by mxf_write_header(), and mxf_write_mpegvideo_desc().

int MXFStreamContext::slice_offset

Definition at line 96 of file mxfenc.c.

Referenced by mxf_compute_edit_unit_byte_count(), and mxf_write_index_table_segment().

int MXFStreamContext::frame_size
int MXFStreamContext::seq_closed_gop

all gops in sequence are closed, used in mpeg-2 descriptor

Definition at line 98 of file mxfenc.c.

Referenced by mxf_parse_mpeg2_frame(), mxf_write_header(), and mxf_write_mpegvideo_desc().

int MXFStreamContext::max_gop

maximum gop size, used by mpeg-2 descriptor

Definition at line 99 of file mxfenc.c.

Referenced by mxf_write_index_table_segment(), and mxf_write_mpegvideo_desc().

int MXFStreamContext::b_picture_count

maximum number of consecutive b pictures, used in mpeg-2 descriptor

Definition at line 100 of file mxfenc.c.

Referenced by mxf_write_index_table_segment(), and mxf_write_mpegvideo_desc().

int MXFStreamContext::low_delay

low delay, used in mpeg-2 descriptor

Definition at line 101 of file mxfenc.c.

Referenced by mxf_parse_mpeg2_frame(), and mxf_write_mpegvideo_desc().


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