Go to the documentation of this file.
21 #ifndef AVFORMAT_MXF_H
22 #define AVFORMAT_MXF_H
72 int samples_per_frame[6];
83 "%02x.%02x.%02x.%02x." \
84 "%02x.%02x.%02x.%02x." \
85 "%02x.%02x.%02x.%02x." \
89 (x)[0], (x)[1], (x)[2], (x)[3], \
90 (x)[4], (x)[5], (x)[6], (x)[7], \
91 (x)[8], (x)[9], (x)[10], (x)[11], \
92 (x)[12], (x)[13], (x)[14], (x)[15] \
95 #define PRINT_KEY(pc, s, x) \
96 av_log(pc, AV_LOG_VERBOSE, \
98 "0x%02x,0x%02x,0x%02x,0x%02x," \
99 "0x%02x,0x%02x,0x%02x,0x%02x," \
100 "0x%02x,0x%02x,0x%02x,0x%02x," \
101 "0x%02x,0x%02x,0x%02x,0x%02x ", \
103 (x)[0], (x)[1], (x)[2], (x)[3], \
104 (x)[4], (x)[5], (x)[6], (x)[7], \
105 (x)[8], (x)[9], (x)[10], (x)[11], \
106 (x)[12], (x)[13], (x)[14], (x)[15]); \
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", \
114 (x)[0], (x)[1], (x)[2], (x)[3], \
115 (x)[4], (x)[5], (x)[6], (x)[7], \
116 (x)[8], (x)[9], (x)[10], (x)[11], \
117 (x)[12], (x)[13], (x)[14], (x)[15])
119 #define PRINT_KEY(pc, s, x)