Commit 3ca46d0c authored by multiple authors's avatar multiple authors Committed by Michael Niedermayer

libmpcodecs/vf_pp7:update to latest version from mplayer

Please see mplayer svn for authorship and individual commits
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent fdd574ed
......@@ -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, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment