"Ronald S. Bultje" <[email protected]> writes:

> ---
>  libswscale/swscale.c |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/libswscale/swscale.c b/libswscale/swscale.c
> index d97c4e1..f6ed453 100644
> --- a/libswscale/swscale.c
> +++ b/libswscale/swscale.c
> @@ -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;
>      }
> -- 

OK

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to