mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-12 20:30:18 +00:00
#501: make animated WebP failures fatal for now
This commit is contained in:
parent
a3765caeed
commit
ed14536472
@ -124,7 +124,10 @@ nsWEBPDecoder::WriteInternal(const char* aBuffer, uint32_t aCount)
|
||||
|
||||
// Valid demuxer available.
|
||||
if (flags & ANIMATION_FLAG) {
|
||||
NS_WARNING("animated WebP not yet supported"); // XXX
|
||||
// XXX
|
||||
fprintf(stderr, "Warning: TenFourFox doesn't support animated WebP.\n");
|
||||
PostDecoderError(NS_ERROR_FAILURE);
|
||||
return;
|
||||
}
|
||||
if (flags & ALPHA_FLAG) {
|
||||
PostHasTransparency();
|
||||
|
Loading…
x
Reference in New Issue
Block a user