sws: remove unneeded code from last merge

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-08-14 15:22:50 +02:00
parent b854c2a709
commit 3652409f5b
1 changed files with 0 additions and 3 deletions

View File

@ -2959,9 +2959,6 @@ static av_cold void sws_init_swScale_c(SwsContext *c)
}
} else {
if(c->dstBpc > 10){
if((isAnyRGB(c->srcFormat) && av_pix_fmt_descriptors[c->srcFormat].comp[0].depth_minus1<15)
|| c->srcFormat == PIX_FMT_PAL8)
c->hScale16= hScale16N_c;
if(c->hScale16 == hScale16NX_c && !isAnyRGB(c->srcFormat)){
c->chrToYV12 = bswap16UV_c;
c->lumToYV12 = bswap16Y_c;