mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 05:35:34 +08:00
(WebPFormat.ReadMetaData): set bpp property.
This commit is contained in:
parent
4ec723c334
commit
8aec9a4ae2
@ -68,7 +68,7 @@ namespace GameRes.Formats.Google
|
||||
return null;
|
||||
var header = new byte[0x10];
|
||||
bool found_vp8x = false;
|
||||
var info = new WebPMetaData();
|
||||
var info = new WebPMetaData { BPP = 32 };
|
||||
int chunk_size;
|
||||
for (;;)
|
||||
{
|
||||
|
@ -73,7 +73,7 @@ namespace GameRes.Formats.Google
|
||||
return null;
|
||||
var header = new byte[0x10];
|
||||
bool found_vp8x = false;
|
||||
var info = new WebPMetaData();
|
||||
var info = new WebPMetaData { BPP = 32 };
|
||||
int chunk_size;
|
||||
for (;;)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user