aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/fmv/yuvtorgba.h
diff options
context:
space:
mode:
authorEugene Sandulenko2010-09-29 10:40:06 +0000
committerEugene Sandulenko2010-10-13 00:06:37 +0000
commitbf22def884986e4bd5bec2b42dea7f91b5417ccc (patch)
tree6a0e1c29f3993e3a0ef2c5ef3156bf98021a6e5d /engines/sword25/fmv/yuvtorgba.h
parent7bcfe1f195671057ecb028e3bf353f475cebb379 (diff)
downloadscummvm-rg350-bf22def884986e4bd5bec2b42dea7f91b5417ccc.tar.gz
scummvm-rg350-bf22def884986e4bd5bec2b42dea7f91b5417ccc.tar.bz2
scummvm-rg350-bf22def884986e4bd5bec2b42dea7f91b5417ccc.zip
SWORD25: Enforce code naming conventions in fmv/*
svn-id: r53388
Diffstat (limited to 'engines/sword25/fmv/yuvtorgba.h')
-rw-r--r--engines/sword25/fmv/yuvtorgba.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/engines/sword25/fmv/yuvtorgba.h b/engines/sword25/fmv/yuvtorgba.h
index 3df994abc8..15fa85b7e4 100644
--- a/engines/sword25/fmv/yuvtorgba.h
+++ b/engines/sword25/fmv/yuvtorgba.h
@@ -35,23 +35,15 @@
#ifndef SWORD25_YUVTORGBA_H
#define SWORD25_YUVTORGBA_H
-// -----------------------------------------------------------------------------
-// Includes
-// -----------------------------------------------------------------------------
-
#include "sword25/kernel/common.h"
#include <theora/theora.h>
#include <theora/codec.h>
namespace Sword25 {
-// -----------------------------------------------------------------------------
-// Class definitions
-// -----------------------------------------------------------------------------
-
class YUVtoBGRA {
public:
- static void translate(th_ycbcr_buffer &YUVBuffer, const th_info &TheoraInfo, byte *PixelData, int PixelsSize);
+ static void translate(th_ycbcr_buffer &YUVBuffer, const th_info &theoraInfo, byte *pixelData, int pixelsSize);
};
} // End of namespace Sword25