[FFmpeg-cvslog] sws: drop unused variable

Michael Niedermayer git at videolan.org
Sun Sep 30 23:42:48 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Sep 30 23:14:20 2012 +0200| [015b805d13a293a68263d409a1e7b67d03d3302b] | committer: Michael Niedermayer

sws: drop unused variable

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

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

 libswscale/swscale_unscaled.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libswscale/swscale_unscaled.c b/libswscale/swscale_unscaled.c
index d26e6db..de73287 100644
--- a/libswscale/swscale_unscaled.c
+++ b/libswscale/swscale_unscaled.c
@@ -109,8 +109,6 @@ DECLARE_ALIGNED(8, const uint8_t, dithers)[8][8][8]={
   { 112, 16,104,  8,118, 22,110, 14,},
 }};
 
-static const uint8_t flat64[8]={64,64,64,64,64,64,64,64};
-
 const uint16_t dither_scale[15][16]={
 {    2,    3,    3,    5,    5,    5,    5,    5,    5,    5,    5,    5,    5,    5,    5,    5,},
 {    2,    3,    7,    7,   13,   13,   25,   25,   25,   25,   25,   25,   25,   25,   25,   25,},



More information about the ffmpeg-cvslog mailing list