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 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
 

Detailed Description

Definition at line 79 of file mxfenc.c.

Field Documentation

AudioInterleaveContext MXFStreamContext::aic
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::temporal_reordering

Definition at line 91 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 93 of file mxfenc.c.

Referenced by mxf_parse_mpeg2_frame().

int MXFStreamContext::video_bit_rate

Definition at line 94 of file mxfenc.c.

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


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