Go to the documentation of this file.
21 #ifndef AVFORMAT_MXF_H
22 #define AVFORMAT_MXF_H
88 #define FF_MXF_MasteringDisplay_PREFIX 0x06,0x0e,0x2b,0x34,0x01,0x01,0x01,0x0e,0x04,0x20,0x04,0x01,0x01
89 #define FF_MXF_MasteringDisplayPrimaries { FF_MXF_MasteringDisplay_PREFIX,0x01,0x00,0x00 }
90 #define FF_MXF_MasteringDisplayWhitePointChromaticity { FF_MXF_MasteringDisplay_PREFIX,0x02,0x00,0x00 }
91 #define FF_MXF_MasteringDisplayMaximumLuminance { FF_MXF_MasteringDisplay_PREFIX,0x03,0x00,0x00 }
92 #define FF_MXF_MasteringDisplayMinimumLuminance { FF_MXF_MasteringDisplay_PREFIX,0x04,0x00,0x00 }
94 #define FF_MXF_MASTERING_CHROMA_DEN 50000
95 #define FF_MXF_MASTERING_LUMA_DEN 10000
119 "%02x.%02x.%02x.%02x." \
120 "%02x.%02x.%02x.%02x." \
121 "%02x.%02x.%02x.%02x." \
122 "%02x.%02x.%02x.%02x"
125 (x)[0], (x)[1], (x)[2], (x)[3], \
126 (x)[4], (x)[5], (x)[6], (x)[7], \
127 (x)[8], (x)[9], (x)[10], (x)[11], \
128 (x)[12], (x)[13], (x)[14], (x)[15] \
131 #define PRINT_KEY(pc, s, x) \
132 av_log(pc, AV_LOG_VERBOSE, \
134 "0x%02x,0x%02x,0x%02x,0x%02x," \
135 "0x%02x,0x%02x,0x%02x,0x%02x," \
136 "0x%02x,0x%02x,0x%02x,0x%02x," \
137 "0x%02x,0x%02x,0x%02x,0x%02x ", \
139 av_log(pc, AV_LOG_INFO, \
141 "%02x.%02x.%02x.%02x." \
142 "%02x.%02x.%02x.%02x." \
143 "%02x.%02x.%02x.%02x." \
144 "%02x.%02x.%02x.%02x\n", \
147 #define PRINT_KEY(pc, s, x) do { if(0) \
148 av_log(pc, AV_LOG_VERBOSE, \
150 "0x%02x,0x%02x,0x%02x,0x%02x," \
151 "0x%02x,0x%02x,0x%02x,0x%02x," \
152 "0x%02x,0x%02x,0x%02x,0x%02x," \
153 "0x%02x,0x%02x,0x%02x,0x%02x ", \
AVPixelFormat
Pixel format.
const MXFCodecUL ff_mxf_color_trc_uls[]
const MXFCodecUL ff_mxf_codec_uls[]
MXFWrappingIndicatorType wrapping_indicator_type
const MXFCodecUL ff_mxf_color_primaries_uls[]
int ff_mxf_get_content_package_rate(AVRational time_base)
const MXFCodecUL ff_mxf_color_space_uls[]
const MXFCodecUL ff_mxf_pixel_format_uls[]
unsigned wrapping_indicator_pos
const MXFCodecUL ff_mxf_data_definition_uls[]
SMPTE RP224 http://www.smpte-ra.org/mdd/index.html.
static enum AVPixelFormat pix_fmt
const MXFCodecUL ff_mxf_codec_tag_uls[]
Rational number (pair of numerator and denominator).
const uint8_t ff_mxf_random_index_pack_key[16]
int ff_mxf_decode_pixel_layout(const char pixel_layout[16], enum AVPixelFormat *pix_fmt)