git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdd574e
)
libmpcodecs/vf_pp7:update to latest version from mplayer
author
multiple authors
<multiple@multiple.x>
Tue, 5 Feb 2013 13:17:28 +0000
(14:17 +0100)
committer
Michael Niedermayer
<michaelni@gmx.at>
Tue, 5 Feb 2013 13:17:28 +0000
(14:17 +0100)
Please see mplayer svn for authorship and individual commits
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavfilter/libmpcodecs/vf_pp7.c
patch
|
blob
|
history
diff --git
a/libavfilter/libmpcodecs/vf_pp7.c
b/libavfilter/libmpcodecs/vf_pp7.c
index
14bd863
..
30f9530
100644
(file)
--- a/
libavfilter/libmpcodecs/vf_pp7.c
+++ b/
libavfilter/libmpcodecs/vf_pp7.c
@@
-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, },