21 #ifndef AVFORMAT_MXF_H 22 #define AVFORMAT_MXF_H 87 int samples_per_frame[6];
101 "%02x.%02x.%02x.%02x." \ 102 "%02x.%02x.%02x.%02x." \ 103 "%02x.%02x.%02x.%02x." \ 104 "%02x.%02x.%02x.%02x" 107 (x)[0], (x)[1], (x)[2], (x)[3], \ 108 (x)[4], (x)[5], (x)[6], (x)[7], \ 109 (x)[8], (x)[9], (x)[10], (x)[11], \ 110 (x)[12], (x)[13], (x)[14], (x)[15] \ 113 #define PRINT_KEY(pc, s, x) \ 114 av_log(pc, AV_LOG_VERBOSE, \ 116 "0x%02x,0x%02x,0x%02x,0x%02x," \ 117 "0x%02x,0x%02x,0x%02x,0x%02x," \ 118 "0x%02x,0x%02x,0x%02x,0x%02x," \ 119 "0x%02x,0x%02x,0x%02x,0x%02x ", \ 121 av_log(pc, AV_LOG_INFO, \ 123 "%02x.%02x.%02x.%02x." \ 124 "%02x.%02x.%02x.%02x." \ 125 "%02x.%02x.%02x.%02x." \ 126 "%02x.%02x.%02x.%02x\n", \ 129 #define PRINT_KEY(pc, s, x) do { if(0) \ 130 av_log(pc, AV_LOG_VERBOSE, \ 132 "0x%02x,0x%02x,0x%02x,0x%02x," \ 133 "0x%02x,0x%02x,0x%02x,0x%02x," \ 134 "0x%02x,0x%02x,0x%02x,0x%02x," \ 135 "0x%02x,0x%02x,0x%02x,0x%02x ", \
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)
MXFWrappingIndicatorType wrapping_indicator_type
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.
Rational number (pair of numerator and denominator).
const MXFSamplesPerFrame * ff_mxf_get_samples_per_frame(AVFormatContext *s, AVRational time_base)
AVPixelFormat
Pixel format.