mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 13:48:57 +08:00
(WebPFormat.ReadMetaData): set bpp property.
This commit is contained in:
@@ -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 (;;)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user