Go to the documentation of this file.
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)