21 #ifndef AVFORMAT_MXF_H
22 #define AVFORMAT_MXF_H
74 int samples_per_frame[6];
85 "%02x.%02x.%02x.%02x." \
86 "%02x.%02x.%02x.%02x." \
87 "%02x.%02x.%02x.%02x." \
91 (x)[0], (x)[1], (x)[2], (x)[3], \
92 (x)[4], (x)[5], (x)[6], (x)[7], \
93 (x)[8], (x)[9], (x)[10], (x)[11], \
94 (x)[12], (x)[13], (x)[14], (x)[15] \
97 #define PRINT_KEY(pc, s, x) \
98 av_log(pc, AV_LOG_VERBOSE, \
100 "0x%02x,0x%02x,0x%02x,0x%02x," \
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 ", \
105 (x)[0], (x)[1], (x)[2], (x)[3], \
106 (x)[4], (x)[5], (x)[6], (x)[7], \
107 (x)[8], (x)[9], (x)[10], (x)[11], \
108 (x)[12], (x)[13], (x)[14], (x)[15]); \
109 av_log(pc, AV_LOG_INFO, \
111 "%02x.%02x.%02x.%02x." \
112 "%02x.%02x.%02x.%02x." \
113 "%02x.%02x.%02x.%02x." \
114 "%02x.%02x.%02x.%02x\n", \
116 (x)[0], (x)[1], (x)[2], (x)[3], \
117 (x)[4], (x)[5], (x)[6], (x)[7], \
118 (x)[8], (x)[9], (x)[10], (x)[11], \
119 (x)[12], (x)[13], (x)[14], (x)[15])
121 #define PRINT_KEY(pc, s, x)
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.