ffmpeg | branch: release/2.8 | Michael Niedermayer <mich...@niedermayer.cc> | Fri Sep 11 20:59:32 2015 +0200| [9801c9524a93d47f25e41e22cefce7ba0fe4e4ca] | committer: Michael Niedermayer
swscale/swscale: Fix "unused variable" warning Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> (cherry picked from commit 0ae40c5a70490f102f7b1c62018746d3b424fa07) Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9801c9524a93d47f25e41e22cefce7ba0fe4e4ca --- libswscale/swscale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libswscale/swscale.c b/libswscale/swscale.c index e9e4f62..45a6b7c 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -359,6 +359,7 @@ static int swscale(SwsContext *c, const uint8_t *src[], #ifndef NEW_FILTER uint8_t *formatConvBuffer = c->formatConvBuffer; uint32_t *pal = c->pal_yuv; + int perform_gamma = c->is_internal_gamma; #endif yuv2planar1_fn yuv2plane1 = c->yuv2plane1; yuv2planarX_fn yuv2planeX = c->yuv2planeX; @@ -379,7 +380,6 @@ static int swscale(SwsContext *c, const uint8_t *src[], int chrBufIndex = c->chrBufIndex; int lastInLumBuf = c->lastInLumBuf; int lastInChrBuf = c->lastInChrBuf; - int perform_gamma = c->is_internal_gamma; #ifdef NEW_FILTER int lumStart = 0; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog