aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/flic_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/video/flic_decoder.h')
-rw-r--r--graphics/video/flic_decoder.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/video/flic_decoder.h b/graphics/video/flic_decoder.h
index 68bf3fb688..dcfc7a0c34 100644
--- a/graphics/video/flic_decoder.h
+++ b/graphics/video/flic_decoder.h
@@ -23,11 +23,6 @@
*
*/
-/**
- * Video decoder used in engines:
- * - tucker
- */
-
#ifndef GRAPHICS_VIDEO_FlicDecoder_H
#define GRAPHICS_VIDEO_FlicDecoder_H
@@ -41,6 +36,12 @@ namespace Common {
namespace Graphics {
+/**
+ *
+ * Decoder for DXA videos.
+ * Video decoder used in engines:
+ * - tucker
+ */
class FlicDecoder : public VideoDecoder {
public:
FlicDecoder();