mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-17 18:38:13 +00:00
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:
parent
fdd574ed3f
commit
3ca46d0c10
@ -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, },
|
||||
|
Loading…
x
Reference in New Issue
Block a user