21 #ifndef AVFORMAT_MXF_H
22 #define AVFORMAT_MXF_H
75 int samples_per_frame[6];
86 "%02x.%02x.%02x.%02x." \
87 "%02x.%02x.%02x.%02x." \
88 "%02x.%02x.%02x.%02x." \
92 (x)[0], (x)[1], (x)[2], (x)[3], \
93 (x)[4], (x)[5], (x)[6], (x)[7], \
94 (x)[8], (x)[9], (x)[10], (x)[11], \
95 (x)[12], (x)[13], (x)[14], (x)[15] \
98 #define PRINT_KEY(pc, s, x) \
99 av_log(pc, AV_LOG_VERBOSE, \
101 "0x%02x,0x%02x,0x%02x,0x%02x," \
102 "0x%02x,0x%02x,0x%02x,0x%02x," \
103 "0x%02x,0x%02x,0x%02x,0x%02x," \
104 "0x%02x,0x%02x,0x%02x,0x%02x ", \
106 av_log(pc, AV_LOG_INFO, \
108 "%02x.%02x.%02x.%02x." \
109 "%02x.%02x.%02x.%02x." \
110 "%02x.%02x.%02x.%02x." \
111 "%02x.%02x.%02x.%02x\n", \
114 #define PRINT_KEY(pc, s, x) do { if(0) \
115 av_log(pc, AV_LOG_VERBOSE, \
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," \
120 "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)
Libavcodec external API header.
const MXFCodecUL ff_mxf_pixel_format_uls[]
const MXFCodecUL ff_mxf_codec_uls[]
rational number numerator/denominator
const MXFSamplesPerFrame * ff_mxf_get_samples_per_frame(AVFormatContext *s, AVRational time_base)
AVPixelFormat
Pixel format.