On Tue, Jan 26, 2016 at 4:13 PM, Rostislav Pehlivanov
wrote:
> On 26 January 2016 at 14:45, Carl Eugen Hoyos wrote:
>
>> Rostislav Pehlivanov gmail.com> writes:
>>
>> > -for (y = 0; y < p->height; y += 16) {
>>
>> > -ff_spatial_idwt_slice2(&d, y+16); /* decode */
>>
>
On 26 January 2016 at 14:45, Carl Eugen Hoyos wrote:
> Rostislav Pehlivanov gmail.com> writes:
>
> > -for (y = 0; y < p->height; y += 16) {
>
> > -ff_spatial_idwt_slice2(&d, y+16); /* decode */
>
> > +for (y = 0; y < p->height; y += 16)
> > +
Rostislav Pehlivanov gmail.com> writes:
> -for (y = 0; y < p->height; y += 16) {
> -ff_spatial_idwt_slice2(&d, y+16); /* decode */
> +for (y = 0; y < p->height; y += 16)
> +ff_spatial_idwt_slice2(&d, y+16);
Sorry if it's just me but don't