diff options
author | Steve L'Homme <slhomme@divxcorp.com> | 2006-10-24 18:57:43 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-24 18:57:43 +0000 |
commit | 33400850cf915fd87c087a5f0641f4c2d04d54df (patch) | |
tree | 978a792adc5a5f10b55b0eeb3e68ae109693213a /libavcodec/vp5data.h | |
parent | 836096aa7a2acb1bba591519b822351955c03a41 (diff) | |
download | ffmpeg-33400850cf915fd87c087a5f0641f4c2d04d54df.tar.gz |
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
Diffstat (limited to 'libavcodec/vp5data.h')
-rw-r--r-- | libavcodec/vp5data.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 <inttypes.h> - static const uint8_t vp5_coeff_groups[] = { -1, 0, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 2, 1, 2, |