On 04/07/2012 02:15 PM, Ronald S. Bultje wrote:

> 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?


Yeah, I suppose 32 is enough currently. I'll take that part out. We can
always increase it later if needed.

-Justin

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

Reply via email to