aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/dxa_decoder.h
diff options
context:
space:
mode:
authorMax Horn2009-11-24 22:08:34 +0000
committerMax Horn2009-11-24 22:08:34 +0000
commit0d9609f7f9515a46a0c2c2dbe446b5c5d63cda75 (patch)
treecb2809331c69de6b6d45dffa41dadc76f067ea02 /graphics/video/dxa_decoder.h
parentbfc553081c5523ccc5ca0c30178decb374c26fbc (diff)
downloadscummvm-rg350-0d9609f7f9515a46a0c2c2dbe446b5c5d63cda75.tar.gz
scummvm-rg350-0d9609f7f9515a46a0c2c2dbe446b5c5d63cda75.tar.bz2
scummvm-rg350-0d9609f7f9515a46a0c2c2dbe446b5c5d63cda75.zip
Fix incorrectly placed doxygen comments; replace Common::ID2string by Common::tag2string
svn-id: r46127
Diffstat (limited to 'graphics/video/dxa_decoder.h')
-rw-r--r--graphics/video/dxa_decoder.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/graphics/video/dxa_decoder.h b/graphics/video/dxa_decoder.h
index 384a057c3f..3edcc75ca9 100644
--- a/graphics/video/dxa_decoder.h
+++ b/graphics/video/dxa_decoder.h
@@ -23,13 +23,6 @@
*
*/
-/**
- * Video decoder used in engines:
- * - agos
- * - sword1
- * - sword2
- */
-
#ifndef GRAPHICS_VIDEO_DXA_PLAYER_H
#define GRAPHICS_VIDEO_DXA_PLAYER_H
@@ -37,6 +30,14 @@
namespace Graphics {
+/**
+ * Decoder for DXA videos.
+ *
+ * Video decoder used in engines:
+ * - agos
+ * - sword1
+ * - sword2
+ */
class DXADecoder : public VideoDecoder {
public:
DXADecoder();