Browse Source

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>
tags/n1.2
multiple authors Michael Niedermayer 13 years ago
parent
commit
3ca46d0c10
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavfilter/libmpcodecs/vf_pp7.c

+ 0
- 2
libavfilter/libmpcodecs/vf_pp7.c 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, },


Loading…
Cancel
Save