aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/smk_player.h
diff options
context:
space:
mode:
authorMax Horn2009-03-09 03:45:23 +0000
committerMax Horn2009-03-09 03:45:23 +0000
commite080a593378bcaf44a7b44c297dcb291a2b584a8 (patch)
tree6a565b0e712d7f6a8b2d8151d9701d17d9922f63 /graphics/video/smk_player.h
parent93240b003adb08d83703b03e192bd5905aa61884 (diff)
downloadscummvm-rg350-e080a593378bcaf44a7b44c297dcb291a2b584a8.tar.gz
scummvm-rg350-e080a593378bcaf44a7b44c297dcb291a2b584a8.tar.bz2
scummvm-rg350-e080a593378bcaf44a7b44c297dcb291a2b584a8.zip
Renamed SMKPlayer -> SmackerDecoder and DXAPlayer -> DXADecoder, as well as some other tweaks
svn-id: r39255
Diffstat (limited to 'graphics/video/smk_player.h')
-rw-r--r--graphics/video/smk_player.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/video/smk_player.h b/graphics/video/smk_player.h
index d4c6050a5d..aa2ee305fc 100644
--- a/graphics/video/smk_player.h
+++ b/graphics/video/smk_player.h
@@ -53,10 +53,10 @@ class BigHuffmanTree;
/**
* Implementation of a Smacker v2/v4 video decoder
*/
-class SMKPlayer : public Graphics::VideoDecoder {
+class SmackerDecoder : public Graphics::VideoDecoder {
public:
- SMKPlayer(Audio::Mixer *mixer);
- virtual ~SMKPlayer();
+ SmackerDecoder(Audio::Mixer *mixer);
+ virtual ~SmackerDecoder();
int getHeight();
int32 getAudioLag();