ffmpeg | branch: master | Michael Niedermayer <[email protected]> | Sun Mar 26 01:38:34 2017 +0100| [73fb40dc879573a154811771cf7d5a732d969752] | committer: Michael Niedermayer
avcodec/x86/idctdsp: Remove duplicate include Signed-off-by: Michael Niedermayer <[email protected]> > 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); _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
