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/dxa_player.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/video/dxa_player.h') diff --git a/graphics/video/dxa_player.h b/graphics/video/dxa_player.h index 35ce86f181..15fb4aa168 100644 --- a/graphics/video/dxa_player.h +++ b/graphics/video/dxa_player.h @@ -37,10 +37,10 @@ namespace Graphics { -class DXAPlayer : public VideoDecoder { +class DXADecoder : public VideoDecoder { public: - DXAPlayer(); - virtual ~DXAPlayer(); + DXADecoder(); + virtual ~DXADecoder(); /** * Load a DXA encoded video file -- cgit v1.2.3