1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

swscale: cosmetics.

This commit is contained in:
Ronald S. Bultje 2011-06-05 21:40:04 -04:00
parent ea28175312
commit b3b28b080f

View File

@ -1906,8 +1906,7 @@ static void sws_init_swScale_c(SwsContext *c)
c->hScale = hScale_c;
if (c->flags & SWS_FAST_BILINEAR)
{
if (c->flags & SWS_FAST_BILINEAR) {
c->hyscale_fast = hyscale_fast_c;
c->hcscale_fast = hcscale_fast_c;
}