[MPlayer-cvslog] r35909 - trunk/libmpcodecs/vf_pp7.c
reimar
subversion at mplayerhq.hu
Mon Feb 4 19:30:28 CET 2013
Author: reimar
Date: Mon Feb 4 19:30:28 2013
New Revision: 35909
Log:
Remove nonsense typedef, probably caused by search-and-replace
without checking the result.
Modified:
trunk/libmpcodecs/vf_pp7.c
Modified: trunk/libmpcodecs/vf_pp7.c
==============================================================================
--- trunk/libmpcodecs/vf_pp7.c Sun Feb 3 19:42:56 2013 (r35908)
+++ trunk/libmpcodecs/vf_pp7.c Mon Feb 4 19:30:28 2013 (r35909)
@@ -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, },
More information about the MPlayer-cvslog
mailing list