swscale: Remove unused variable.
authorDiego Biurrun <diego@biurrun.de>
Mon, 30 May 2011 18:31:27 +0000 (20:31 +0200)
committerDiego Biurrun <diego@biurrun.de>
Mon, 30 May 2011 21:19:06 +0000 (23:19 +0200)
libswscale/ppc/swscale_template.c

index ca67771..3ee100a 100644 (file)
@@ -65,8 +65,6 @@ static inline void RENAME(yuv2packedX)(SwsContext *c, const int16_t *lumFilter,
 
 static void RENAME(sws_init_swScale)(SwsContext *c)
 {
-    enum PixelFormat srcFormat = c->srcFormat;
-
     c->yuv2yuvX     = RENAME(yuv2yuvX    );
     c->yuv2packedX  = RENAME(yuv2packedX );
 }