summaryrefslogtreecommitdiff
path: root/libavcodec/vp56.h
diff options
context:
space:
mode:
authorSteve L'Homme <slhomme@divxcorp.com>2006-10-24 18:57:43 +0000
committerDiego Biurrun <diego@biurrun.de>2006-10-24 18:57:43 +0000
commit33400850cf915fd87c087a5f0641f4c2d04d54df (patch)
tree978a792adc5a5f10b55b0eeb3e68ae109693213a /libavcodec/vp56.h
parent836096aa7a2acb1bba591519b822351955c03a41 (diff)
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/vp56.h')
-rw-r--r--libavcodec/vp56.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/vp56.h b/libavcodec/vp56.h
index b82197452b..d6808b1e54 100644
--- a/libavcodec/vp56.h
+++ b/libavcodec/vp56.h
@@ -24,8 +24,6 @@
#ifndef VP56_H
#define VP56_H
-#include <stdint.h>
-
#include "vp56data.h"
#include "dsputil.h"
#include "mpegvideo.h"