Browse Source

sws: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer 13 years ago
parent
commit
a24c4758d5
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libswscale/x86/swscale_template.c

+ 0
- 1
libswscale/x86/swscale_template.c View File

@@ -1870,7 +1870,6 @@ static av_cold void RENAME(sws_init_swScale)(SwsContext *c)
}
}
} else {
int should_dither= isNBPS(c->srcFormat) || is16BPS(c->srcFormat);
c->use_mmx_vfilter= 1;
c->yuv2planeX = RENAME(yuv2yuvX );
if (!(c->flags & SWS_FULL_CHR_H_INT)) {


Loading…
Cancel
Save