mirror of
https://github.com/asticode/go-astiav.git
synced 2025-10-05 08:06:59 +08:00
7 lines
123 B
C
7 lines
123 B
C
#include <libavutil/macros.h>
|
|
#include <stddef.h>
|
|
|
|
ptrdiff_t astiavFFAlign(int i, int align)
|
|
{
|
|
return FFALIGN(i, align);
|
|
} |