[FFmpeg-cvslog] avcodec/x86/idctdsp: Remove duplicate include

Michael Niedermayer git at videolan.org
Sun Mar 26 20:24:16 EEST 2017


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Sun Mar 26 01:38:34 2017 +0100| [73fb40dc879573a154811771cf7d5a732d969752] | committer: Michael Niedermayer

avcodec/x86/idctdsp: Remove duplicate include

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=73fb40dc879573a154811771cf7d5a732d969752
---

 libavcodec/x86/idctdsp.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/x86/idctdsp.h b/libavcodec/x86/idctdsp.h
index e2e296a..0d0bdb5 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);



More information about the ffmpeg-cvslog mailing list