Go to the documentation of this file.
21 #ifndef AVFORMAT_MXF_H
22 #define AVFORMAT_MXF_H
72 int samples_per_frame[6];
83 #define PRINT_KEY(pc, s, x) \
84 av_log(pc, AV_LOG_VERBOSE, \
86 "0x%02x,0x%02x,0x%02x,0x%02x," \
87 "0x%02x,0x%02x,0x%02x,0x%02x," \
88 "0x%02x,0x%02x,0x%02x,0x%02x," \
89 "0x%02x,0x%02x,0x%02x,0x%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]); \
95 av_log(pc, AV_LOG_INFO, \
97 "%02x.%02x.%02x.%02x." \
98 "%02x.%02x.%02x.%02x." \
99 "%02x.%02x.%02x.%02x." \
100 "%02x.%02x.%02x.%02x\n", \
102 (x)[0], (x)[1], (x)[2], (x)[3], \
103 (x)[4], (x)[5], (x)[6], (x)[7], \
104 (x)[8], (x)[9], (x)[10], (x)[11], \
105 (x)[12], (x)[13], (x)[14], (x)[15])
107 #define PRINT_KEY(pc, s, x)