mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-15 05:19:48 +02:00
Merge "cosmetics: pngdec: normalize default label location"
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user