From d6be917808b6e6fabb40b6a78c7811b7673d0eb5 Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Fri, 7 Sep 2012 16:29:00 +0200 Subject: VIDEO: Add support for odd-sized Bink-videos --- video/bink_decoder.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'video/bink_decoder.h') diff --git a/video/bink_decoder.h b/video/bink_decoder.h index 150e91aab7..27d3aa3691 100644 --- a/video/bink_decoder.h +++ b/video/bink_decoder.h @@ -231,6 +231,8 @@ private: int _frameCount; Graphics::Surface _surface; + int _surfaceWidth; ///< The actual surface width + int _surfaceHeight; ///< The actual surface height uint32 _id; ///< The BIK FourCC. -- cgit v1.2.3