From 33400850cf915fd87c087a5f0641f4c2d04d54df Mon Sep 17 00:00:00 2001 From: Steve L'Homme Date: Tue, 24 Oct 2006 18:57:43 +0000 Subject: Don't include inttypes.h/stdint.h directly, there is an abstraction in libavutil/common.h for platforms with no inttypes.h. patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6790 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vp5data.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/vp5data.h') diff --git a/libavcodec/vp5data.h b/libavcodec/vp5data.h index 33f81227d3..effc17c2ca 100644 --- a/libavcodec/vp5data.h +++ b/libavcodec/vp5data.h @@ -24,8 +24,6 @@ #ifndef VP5DATA_H #define VP5DATA_H -#include - static const uint8_t vp5_coeff_groups[] = { -1, 0, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 2, 1, 2, -- cgit v1.2.3