aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/dxa_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/video/dxa_decoder.h')
-rw-r--r--graphics/video/dxa_decoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/video/dxa_decoder.h b/graphics/video/dxa_decoder.h
index 0312828195..eb4426dbbc 100644
--- a/graphics/video/dxa_decoder.h
+++ b/graphics/video/dxa_decoder.h
@@ -43,9 +43,9 @@ public:
DXADecoder();
virtual ~DXADecoder();
- bool load(Common::SeekableReadStream &stream);
+ bool load(Common::SeekableReadStream *stream);
void close();
-
+
bool isVideoLoaded() const { return _fileStream != 0; }
uint16 getWidth() const { return _width; }
uint16 getHeight() const { return _height; }