Commit eadaef2a authored by Clément Bœsch's avatar Clément Bœsch

sws/aarch64: disable ff_hscale_8_to_15_neon temporarly

Looks broken.
parent 58994d7b
......@@ -31,7 +31,7 @@ av_cold void ff_sws_init_swscale_aarch64(SwsContext *c)
if (have_neon(cpu_flags)) {
if (c->srcBpc == 8 && c->dstBpc <= 14) {
c->hyScale = c->hcScale = ff_hscale_8_to_15_neon;
//c->hyScale = c->hcScale = ff_hscale_8_to_15_neon;
}
}
}
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