Go to the documentation of this file. 21 #ifndef AVUTIL_BPRINT_H 22 #define AVUTIL_BPRINT_H 34 #define FF_PAD_STRUCTURE(name, size, ...) \ 35 struct ff_pad_helper_##name { __VA_ARGS__ }; \ 36 typedef struct name { \ 38 char reserved_padding[size - sizeof(struct ff_pad_helper_##name)]; \