@@ -0,0 +1,7 @@
#include <libavutil/macros.h>
#include <stddef.h>
ptrdiff_t astiavFFAlign(int i, int align)
{
return FFALIGN(i, align);
}
The note is not visible to the blocked user.