• Mark Thompson's avatar
    webp: Fix alpha initialisation · 57623cba
    Mark Thompson authored
    ff_get_format() in the next patch will reject formats which aren't in the
    offered list, so the hack in 7cb9296d is
    no longer valid.  Change the hack by adding a new field in the VP8 decoder
    context to indicate that it's actually WebP and don't call ff_get_format()
    at all in that case.
    57623cba
vp8.h 9.43 KB