libmpcodecs/vf_pp7:update to latest version from mplayer

Please see mplayer svn for authorship and individual commits

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
multiple authors 2013-02-05 14:17:28 +01:00 committed by Michael Niedermayer
parent fdd574ed3f
commit 3ca46d0c10
1 changed files with 0 additions and 2 deletions

View File

@ -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, },