Commit 3652409f authored by Michael Niedermayer's avatar Michael Niedermayer

sws: remove unneeded code from last merge

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent b854c2a7
......@@ -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;
......
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