"Luca Barbato " <[email protected]> writes:

> +static double drand(void *opaque, double min, double max)
> +{
> +    return val = min + (max-min) / UINT_MAX * av_lfg_get(opaque);
> +}

There is no way this can compile.

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

Reply via email to