summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2017-03-26 01:38:34 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2017-03-26 19:17:30 +0200
commit73fb40dc879573a154811771cf7d5a732d969752 (patch)
tree300612ef67ef2dd6b2bf91fe86e8ad3c4e3dee9c /libavcodec
parent9dd1573423cad3ede50311fb9f5c3d8de16a1df4 (diff)
avcodec/x86/idctdsp: Remove duplicate include
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/x86/idctdsp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/x86/idctdsp.h b/libavcodec/x86/idctdsp.h
index e2e296ac81..0d0bdb5f57 100644
--- a/libavcodec/x86/idctdsp.h
+++ b/libavcodec/x86/idctdsp.h
@@ -21,7 +21,6 @@
#include <stddef.h>
#include <stdint.h>
-#include <stddef.h>
void ff_add_pixels_clamped_mmx(const int16_t *block, uint8_t *pixels,
ptrdiff_t line_size);