2016-07-09 12:18 GMT+02:00 Michael Niedermayer :
> On Sat, Jul 09, 2016 at 11:53:04AM +0200, Hendrik Leppkes wrote:
> > On Sat, Jul 9, 2016 at 11:13 AM, Michael Niedermayer
> > wrote:
> > > On Sun, Jun 26, 2016 at 10:45:33PM +0200, Martin Vignali wrote:
> > >> Hello,
> > >>
> > >> in attach patch
On Sat, Jul 09, 2016 at 11:53:04AM +0200, Hendrik Leppkes wrote:
> On Sat, Jul 9, 2016 at 11:13 AM, Michael Niedermayer
> wrote:
> > On Sun, Jun 26, 2016 at 10:45:33PM +0200, Martin Vignali wrote:
> >> Hello,
> >>
> >> in attach patch to fix ret code check in webp lossy decoding (when files
> >> h
On Sat, Jul 9, 2016 at 11:13 AM, Michael Niedermayer
wrote:
> On Sun, Jun 26, 2016 at 10:45:33PM +0200, Martin Vignali wrote:
>> Hello,
>>
>> in attach patch to fix ret code check in webp lossy decoding (when files
>> have alpha)
>>
>> before this patch, if an error occured during rgb decoding
>>
On Sun, Jun 26, 2016 at 10:45:33PM +0200, Martin Vignali wrote:
> Hello,
>
> in attach patch to fix ret code check in webp lossy decoding (when files
> have alpha)
>
> before this patch, if an error occured during rgb decoding
> the return code was ignored. And a useless ret test was made
> after
Hello,
in attach patch to fix ret code check in webp lossy decoding (when files
have alpha)
before this patch, if an error occured during rgb decoding
the return code was ignored. And a useless ret test was made
after alpha decoding.
after this patch, the return code of rgb is test before
trying