# HG changeset patch # User reimar # Date 1360002628 0 # Node ID f1ce0b8ea058f385ebb6c6bf9c261e0d8d96555b # Parent 208dc40a26b267c3cf8af77d1d8cdd939749a995 Remove nonsense typedef, probably caused by search-and-replace without checking the result. diff -r 208dc40a26b2 -r f1ce0b8ea058 libmpcodecs/vf_pp7.c --- a/libmpcodecs/vf_pp7.c Sun Feb 03 18:42:56 2013 +0000 +++ b/libmpcodecs/vf_pp7.c Mon Feb 04 18:30:28 2013 +0000 @@ -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, },