On Tue, Apr 28, 2015 at 11:22:22AM +0200, Andreas Cadhalpun wrote:
> On 28.04.2015 03:18, Michael Niedermayer wrote:
> > On Mon, Apr 27, 2015 at 11:56:15PM +0200, Andreas Cadhalpun wrote:
> >> s->decoded_buffer is allocated with a min_size of:
> >> 2 * FFALIGN(blockstodecode, 8) * sizeof(*s->de
On 28.04.2015 03:18, Michael Niedermayer wrote:
> On Mon, Apr 27, 2015 at 11:56:15PM +0200, Andreas Cadhalpun wrote:
>> s->decoded_buffer is allocated with a min_size of:
>> 2 * FFALIGN(blockstodecode, 8) * sizeof(*s->decoded_buffer)
>>
>> Then it is assigned to s->decoded[0], which is passed a
On Mon, Apr 27, 2015 at 11:56:15PM +0200, Andreas Cadhalpun wrote:
> s->decoded_buffer is allocated with a min_size of:
> 2 * FFALIGN(blockstodecode, 8) * sizeof(*s->decoded_buffer)
>
> Then it is assigned to s->decoded[0], which is passed as out buffer to
> decode_array_.
>
> In this fun
s->decoded_buffer is allocated with a min_size of:
2 * FFALIGN(blockstodecode, 8) * sizeof(*s->decoded_buffer)
Then it is assigned to s->decoded[0], which is passed as out buffer to
decode_array_.
In this function 64 elements of the out buffer are written
unconditionally and outside the a