21 #ifndef AVFORMAT_MXF_H 22 #define AVFORMAT_MXF_H 75 int samples_per_frame[6];
87 "%02x.%02x.%02x.%02x." \ 88 "%02x.%02x.%02x.%02x." \ 89 "%02x.%02x.%02x.%02x." \ 93 (x)[0], (x)[1], (x)[2], (x)[3], \ 94 (x)[4], (x)[5], (x)[6], (x)[7], \ 95 (x)[8], (x)[9], (x)[10], (x)[11], \ 96 (x)[12], (x)[13], (x)[14], (x)[15] \ 99 #define PRINT_KEY(pc, s, x) \ 100 av_log(pc, AV_LOG_VERBOSE, \ 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," \ 105 "0x%02x,0x%02x,0x%02x,0x%02x ", \ 107 av_log(pc, AV_LOG_INFO, \ 109 "%02x.%02x.%02x.%02x." \ 110 "%02x.%02x.%02x.%02x." \ 111 "%02x.%02x.%02x.%02x." \ 112 "%02x.%02x.%02x.%02x\n", \ 115 #define PRINT_KEY(pc, s, x) do { if(0) \ 116 av_log(pc, AV_LOG_VERBOSE, \ 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," \ 121 "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)
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.