diff options
Diffstat (limited to 'ffmpeg/libavcodec/alpha/hpeldsp_alpha.h')
| -rw-r--r-- | ffmpeg/libavcodec/alpha/hpeldsp_alpha.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ffmpeg/libavcodec/alpha/hpeldsp_alpha.h b/ffmpeg/libavcodec/alpha/hpeldsp_alpha.h index 53e8604..985182c 100644 --- a/ffmpeg/libavcodec/alpha/hpeldsp_alpha.h +++ b/ffmpeg/libavcodec/alpha/hpeldsp_alpha.h @@ -20,6 +20,7 @@ #define AVCODEC_ALPHA_HPELDSP_ALPHA_H #include <stdint.h> +#include <stddef.h> void put_pixels_axp_asm(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h); |
