diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-09-25 22:18:25 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-09-25 22:18:25 +0200 |
commit | c0f9df30dd025acf7c9855cb2c742e185a2ec8db (patch) | |
tree | c63f0b8f217931930cb5a9780f4d8ebb782c12ac /libavcodec | |
parent | a829870b2f4dedc9d4758d7a86f363919b7fad92 (diff) | |
download | ffmpeg-c0f9df30dd025acf7c9855cb2c742e185a2ec8db.tar.gz |
lavc/x86/idctdsp.h: Fix make checkheaders.
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/x86/idctdsp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/idctdsp.h b/libavcodec/x86/idctdsp.h index 6408df1e32..daa4e798ed 100644 --- a/libavcodec/x86/idctdsp.h +++ b/libavcodec/x86/idctdsp.h @@ -20,6 +20,7 @@ #define AVCODEC_X86_IDCTDSP_H #include <stdint.h> +#include <stddef.h> void ff_add_pixels_clamped_mmx(const int16_t *block, uint8_t *pixels, ptrdiff_t line_size); |