diff options
-rwxr-xr-x | Demo/sgi/video/VFile.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Demo/sgi/video/VFile.py b/Demo/sgi/video/VFile.py index 2c99183e..d0eab0d 100755 --- a/Demo/sgi/video/VFile.py +++ b/Demo/sgi/video/VFile.py @@ -416,6 +416,7 @@ class Displayer(VideoParams): pmsize = bytes*8 elif self.format == 'compress': data = self.decompress(data) + pmsize = 32 elif self.format in ('mono', 'grey4'): if self.mustunpack: if self.format == 'mono': |