mirror of
https://github.com/asticode/go-astiav.git
synced 2025-09-26 20:21:15 +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);
|
|
} |