From 3ca46d0c10aa4ccb063ea60e5cd1cab188418ad5 Mon Sep 17 00:00:00 2001 From: multiple authors Date: Tue, 5 Feb 2013 14:17:28 +0100 Subject: libmpcodecs/vf_pp7:update to latest version from mplayer Please see mplayer svn for authorship and individual commits Signed-off-by: Michael Niedermayer --- libavfilter/libmpcodecs/vf_pp7.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavfilter/libmpcodecs') diff --git a/libavfilter/libmpcodecs/vf_pp7.c b/libavfilter/libmpcodecs/vf_pp7.c index 14bd863525..30f95307bb 100644 --- a/libavfilter/libmpcodecs/vf_pp7.c +++ b/libavfilter/libmpcodecs/vf_pp7.c @@ -44,8 +44,6 @@ #define XMIN(a,b) ((a) < (b) ? (a) : (b)) #define XMAX(a,b) ((a) > (b) ? (a) : (b)) -typedef short int16_t; - //===========================================================================// static const uint8_t __attribute__((aligned(8))) dither[8][8]={ { 0, 48, 12, 60, 3, 51, 15, 63, }, -- cgit v1.2.3