(JpegFormat): added common signature.

This commit is contained in:
morkt 2015-05-06 02:49:07 +04:00
parent 72eff1fb2c
commit 6c0f5a0d80

View File

@ -44,6 +44,7 @@ namespace GameRes
public JpegFormat ()
{
Extensions = new string[] { "jpg", "jpeg" };
Signatures = new uint[] { 0xe0ffd8ffu, 0 };
Quality = 90;
}