mirror of
https://github.com/webmproject/libwebp.git
synced 2025-02-13 15:32:53 +01:00
Merge "cosmetics: pngdec: normalize default label location"
This commit is contained in:
commit
146c6e3be8
@ -144,9 +144,9 @@ static int ExtractMetadataFromPNG(png_structp png,
|
|||||||
text_length = text->itxt_length;
|
text_length = text->itxt_length;
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
default:
|
|
||||||
case PNG_TEXT_COMPRESSION_NONE:
|
case PNG_TEXT_COMPRESSION_NONE:
|
||||||
case PNG_TEXT_COMPRESSION_zTXt:
|
case PNG_TEXT_COMPRESSION_zTXt:
|
||||||
|
default:
|
||||||
text_length = text->text_length;
|
text_length = text->text_length;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user