On 13/03/14 16:27, Vittorio Giovara wrote:
> +            if (s->bytes_per_channel == 1)
> +                ret = expand_rle_row8(s, dest_row + z, linesize, s->depth);
> +            else
> +                ret = expand_rle_row16(s, (uint16_t *)dest_row + z, 
> linesize, s->depth);

use a switch statement, you never know ^^;

lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to