• Mark Thompson's avatar
    webp: Fix alpha decoding · 7cb9296d
    Mark Thompson authored
    This was broken by 4e528206 - the webp
    decoder was assuming that it could set the output pixfmt of the vp8
    decoder directly, but after that change it no longer could because
    ff_get_format() was used instead.  This adds an internal get_format()
    callback to webp use of the vp8 decoder to override the pixfmt
    appropriately.
    7cb9296d
webp.c 47.7 KB