Commit a24c4758 authored by Michael Niedermayer's avatar Michael Niedermayer

sws: remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent cf257f30
...@@ -1870,7 +1870,6 @@ static av_cold void RENAME(sws_init_swScale)(SwsContext *c) ...@@ -1870,7 +1870,6 @@ static av_cold void RENAME(sws_init_swScale)(SwsContext *c)
} }
} }
} else { } else {
int should_dither= isNBPS(c->srcFormat) || is16BPS(c->srcFormat);
c->use_mmx_vfilter= 1; c->use_mmx_vfilter= 1;
c->yuv2planeX = RENAME(yuv2yuvX ); c->yuv2planeX = RENAME(yuv2yuvX );
if (!(c->flags & SWS_FULL_CHR_H_INT)) { if (!(c->flags & SWS_FULL_CHR_H_INT)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment