On 26/10/17 08:27, Diego Biurrun wrote:
> On Thu, Oct 26, 2017 at 12:18:42AM +0100, Mark Thompson wrote:
>> ff_get_format() in the next patch will reject formats which aren't in the
>> offered list, so the hack in 7cb9296db872c4221453e5411f242ebcfca62664 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.
>> ---
>>  libavcodec/vp8.c  |  4 +++-
>>  libavcodec/vp8.h  |  1 +
>>  libavcodec/webp.c | 16 +++++-----------
>>  3 files changed, 9 insertions(+), 12 deletions(-)
> 
> I believe this was approved already. Just push it.

I've kept it in this series because the logic of it (and the commit message) 
makes more sense here.

- Mark
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to