aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/dxa_decoder.h
diff options
context:
space:
mode:
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();