Cleanups.

committer: mfx <mfx> 978563615 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2001-01-03 23:13:35 +00:00
parent 823ac11eb3
commit 7766b08f08
7 changed files with 31 additions and 20 deletions
+3 -2
View File
@@ -64,8 +64,9 @@ const int *PackTmt::getCompressionMethods(int method, int level) const
const int *PackTmt::getFilters() const
{
static const int filters[] = { 0x26, 0x24, 0x11, 0x14, 0x13, 0x16,
0x25, 0x12, 0x15, -1 };
static const int filters[] = {
0x26, 0x24, 0x11, 0x14, 0x13, 0x16, 0x25, 0x12, 0x15,
-1 };
return filters;
}