changeset 35815:f1ce0b8ea058

Remove nonsense typedef, probably caused by search-and-replace without checking the result.
author reimar
date Mon, 04 Feb 2013 18:30:28 +0000
parents 208dc40a26b2
children f2bb2d68fe52
files libmpcodecs/vf_pp7.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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, },