Hi,

On Thu, Apr 5, 2012 at 4:13 PM, Justin Ruggles <[email protected]> wrote:
> +    /* auto-select alignment if not specified */
> +    if (!align) {
> +        if (planar)
> +            align = 32;
> +        else
> +            align = 32 * FFMIN(nb_channels, 32);
> +    }

Why 2*n_channels? Isn't 32 enough?

> + * @param align            buffer size alignment (0 = default, 1 = no 
> alignment)

OK.

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

Reply via email to