[FFmpeg-cvslog] libmpcodecs/vf_pp7:update to latest version from mplayer

multiple authors git at videolan.org
Tue Feb 5 14:23:42 CET 2013


ffmpeg | branch: master | multiple authors <multiple at multiple.x> | Tue Feb  5 14:17:28 2013 +0100| [3ca46d0c10aa4ccb063ea60e5cd1cab188418ad5] | committer: Michael Niedermayer

libmpcodecs/vf_pp7:update to latest version from mplayer

Please see mplayer svn for authorship and individual commits

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3ca46d0c10aa4ccb063ea60e5cd1cab188418ad5
---

 libavfilter/libmpcodecs/vf_pp7.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libavfilter/libmpcodecs/vf_pp7.c b/libavfilter/libmpcodecs/vf_pp7.c
index 14bd863..30f9530 100644
--- 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, },



More information about the ffmpeg-cvslog mailing list