diff options
Diffstat (limited to 'engines/gob/indeo3.h')
-rw-r--r-- | engines/gob/indeo3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/indeo3.h b/engines/gob/indeo3.h index f30b47806a..339581e2ea 100644 --- a/engines/gob/indeo3.h +++ b/engines/gob/indeo3.h @@ -75,7 +75,7 @@ private: uint16 y_w, y_h; uint16 uv_w, uv_h; }; - + int16 _width; int16 _height; YUVBufs _iv_frame[2]; |