mirror of https://git.ffmpeg.org/ffmpeg.git
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…
Reference in New Issue