aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-09-25 22:18:25 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-09-25 22:18:25 +0200
commitc0f9df30dd025acf7c9855cb2c742e185a2ec8db (patch)
treec63f0b8f217931930cb5a9780f4d8ebb782c12ac /libavcodec
parenta829870b2f4dedc9d4758d7a86f363919b7fad92 (diff)
downloadffmpeg-c0f9df30dd025acf7c9855cb2c742e185a2ec8db.tar.gz
lavc/x86/idctdsp.h: Fix make checkheaders.
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/x86/idctdsp.h1
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);