Re: [FFmpeg-devel] libavcodec/webp : fix return code check in lossy decoding

2016-07-09 Thread Martin Vignali
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

Re: [FFmpeg-devel] libavcodec/webp : fix return code check in lossy decoding

2016-07-09 Thread 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 to fix ret code check in webp lossy decoding (when files > >> h

Re: [FFmpeg-devel] libavcodec/webp : fix return code check in lossy decoding

2016-07-09 Thread Hendrik Leppkes
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 >>

Re: [FFmpeg-devel] libavcodec/webp : fix return code check in lossy decoding

2016-07-09 Thread Michael Niedermayer
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

[FFmpeg-devel] libavcodec/webp : fix return code check in lossy decoding

2016-06-26 Thread Martin Vignali
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