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

Martin Vignali martin.vignali at gmail.com
Sun Jun 26 22:45:33 CEST 2016


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 to decode alpha.


Comments welcome

Martin
Jokyo Images
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-libavcodec-webp-fix-return-code-check-in-lossy-decod.patch
Type: text/x-diff
Size: 1191 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160626/3f3c40d0/attachment.patch>


More information about the ffmpeg-devel mailing list