diff options
Diffstat (limited to 'engines/titanic/support/avi_surface.h')
-rw-r--r-- | engines/titanic/support/avi_surface.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/titanic/support/avi_surface.h b/engines/titanic/support/avi_surface.h index 2a4b321f0f..855732f5cb 100644 --- a/engines/titanic/support/avi_surface.h +++ b/engines/titanic/support/avi_surface.h @@ -67,6 +67,7 @@ private: bool _isReversed; int _currentFrame; uint32 _priorFrameTime; + Common::String _movieName; private: /** * Render a frame to the video surface @@ -203,6 +204,11 @@ public: * Plays an interruptable cutscene */ void playCutscene(const Rect &r, uint startFrame, uint endFrame); + + /** + * Returns the pixel depth of the movie in bits + */ + uint getBitDepth() const; }; } // End of namespace Titanic |