# HG changeset patch # User diego # Date 1161716263 0 # Node ID 6a10cc9adb8ab2ca1e437ec72ff9a7f967dca22b # Parent fc12353277255a0eaa9d98cb72d87c28e1cfa96b 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 diff -r fc1235327725 -r 6a10cc9adb8a vp5.c --- a/vp5.c Tue Oct 24 10:33:40 2006 +0000 +++ b/vp5.c Tue Oct 24 18:57:43 2006 +0000 @@ -23,7 +23,6 @@ #include #include -#include #include "avcodec.h" #include "dsputil.h" diff -r fc1235327725 -r 6a10cc9adb8a vp56.h --- a/vp56.h Tue Oct 24 10:33:40 2006 +0000 +++ b/vp56.h Tue Oct 24 18:57:43 2006 +0000 @@ -24,8 +24,6 @@ #ifndef VP56_H #define VP56_H -#include - #include "vp56data.h" #include "dsputil.h" #include "mpegvideo.h" diff -r fc1235327725 -r 6a10cc9adb8a vp56data.c --- a/vp56data.c Tue Oct 24 10:33:40 2006 +0000 +++ b/vp56data.c Tue Oct 24 18:57:43 2006 +0000 @@ -21,7 +21,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include #include "vp56data.h" const uint8_t vp56_b6to3[] = { 0, 0, 0, 0, 1, 2 }; diff -r fc1235327725 -r 6a10cc9adb8a vp56data.h --- a/vp56data.h Tue Oct 24 10:33:40 2006 +0000 +++ b/vp56data.h Tue Oct 24 18:57:43 2006 +0000 @@ -24,7 +24,7 @@ #ifndef VP56DATA_H #define VP56DATA_H -#include +#include "common.h" typedef enum { VP56_FRAME_CURRENT = 0, diff -r fc1235327725 -r 6a10cc9adb8a vp5data.h --- a/vp5data.h Tue Oct 24 10:33:40 2006 +0000 +++ b/vp5data.h Tue Oct 24 18:57:43 2006 +0000 @@ -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, diff -r fc1235327725 -r 6a10cc9adb8a vp6.c --- a/vp6.c Tue Oct 24 10:33:40 2006 +0000 +++ b/vp6.c Tue Oct 24 18:57:43 2006 +0000 @@ -27,7 +27,6 @@ */ #include -#include #include "avcodec.h" #include "dsputil.h" diff -r fc1235327725 -r 6a10cc9adb8a vp6data.h --- a/vp6data.h Tue Oct 24 10:33:40 2006 +0000 +++ b/vp6data.h Tue Oct 24 18:57:43 2006 +0000 @@ -24,7 +24,6 @@ #ifndef VP6DATA_H #define VP6DATA_H -#include #include "vp56data.h" static const uint8_t vp6_def_fdv_vector_model[2][8] = {