21 #ifndef AVFORMAT_MXF_H 22 #define AVFORMAT_MXF_H 90 #define FF_MXF_MASTERING_CHROMA_DEN 50000 91 #define FF_MXF_MASTERING_LUMA_DEN 10000 115 "%02x.%02x.%02x.%02x." \ 116 "%02x.%02x.%02x.%02x." \ 117 "%02x.%02x.%02x.%02x." \ 118 "%02x.%02x.%02x.%02x" 121 (x)[0], (x)[1], (x)[2], (x)[3], \ 122 (x)[4], (x)[5], (x)[6], (x)[7], \ 123 (x)[8], (x)[9], (x)[10], (x)[11], \ 124 (x)[12], (x)[13], (x)[14], (x)[15] \ 127 #define PRINT_KEY(pc, s, x) \ 128 av_log(pc, AV_LOG_VERBOSE, \ 130 "0x%02x,0x%02x,0x%02x,0x%02x," \ 131 "0x%02x,0x%02x,0x%02x,0x%02x," \ 132 "0x%02x,0x%02x,0x%02x,0x%02x," \ 133 "0x%02x,0x%02x,0x%02x,0x%02x ", \ 135 av_log(pc, AV_LOG_INFO, \ 137 "%02x.%02x.%02x.%02x." \ 138 "%02x.%02x.%02x.%02x." \ 139 "%02x.%02x.%02x.%02x." \ 140 "%02x.%02x.%02x.%02x\n", \ 143 #define PRINT_KEY(pc, s, x) do { if(0) \ 144 av_log(pc, AV_LOG_VERBOSE, \ 146 "0x%02x,0x%02x,0x%02x,0x%02x," \ 147 "0x%02x,0x%02x,0x%02x,0x%02x," \ 148 "0x%02x,0x%02x,0x%02x,0x%02x," \ 149 "0x%02x,0x%02x,0x%02x,0x%02x ", \ const MXFCodecUL ff_mxf_color_trc_uls[]
static enum AVPixelFormat pix_fmt
const MXFCodecUL ff_mxf_data_definition_uls[]
SMPTE RP224 http://www.smpte-ra.org/mdd/index.html.
int ff_mxf_decode_pixel_layout(const char pixel_layout[16], enum AVPixelFormat *pix_fmt)
const uint8_t ff_mxf_random_index_pack_key[16]
MXFWrappingIndicatorType wrapping_indicator_type
const MXFCodecUL ff_mxf_color_primaries_uls[]
const MXFLocalTagPair ff_mxf_mastering_display_local_tags[4]
const MXFCodecUL ff_mxf_color_space_uls[]
unsigned wrapping_indicator_pos
int ff_mxf_get_content_package_rate(AVRational time_base)
const MXFCodecUL ff_mxf_pixel_format_uls[]
const MXFCodecUL ff_mxf_codec_uls[]
const MXFCodecUL ff_mxf_codec_tag_uls[]
Libavcodec external API header.
const uint8_t ff_mxf_mastering_display_prefix[13]
Rational number (pair of numerator and denominator).
AVPixelFormat
Pixel format.