From e080a593378bcaf44a7b44c297dcb291a2b584a8 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 9 Mar 2009 03:45:23 +0000 Subject: Renamed SMKPlayer -> SmackerDecoder and DXAPlayer -> DXADecoder, as well as some other tweaks svn-id: r39255 --- graphics/video/smk_player.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/video/smk_player.h') 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(); -- cgit v1.2.3