From f71295ab6d6899b21809837b6c6bf317a45193ef Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 31 Aug 2010 09:45:15 +0000 Subject: Revert "SWORD25: Commit of in-progress MoviePlayer code" This reverts commit cb95db7cc04a5a3d14f408835cd371e0a0abd4ed. svn-id: r53296 --- engines/sword25/fmv/oggtheora/yuvtorgba.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'engines/sword25/fmv/oggtheora/yuvtorgba.h') diff --git a/engines/sword25/fmv/oggtheora/yuvtorgba.h b/engines/sword25/fmv/oggtheora/yuvtorgba.h index 5b0332a807..6593254ff9 100644 --- a/engines/sword25/fmv/oggtheora/yuvtorgba.h +++ b/engines/sword25/fmv/oggtheora/yuvtorgba.h @@ -39,19 +39,21 @@ // Includes // ----------------------------------------------------------------------------- +#include "sword25/kernel/memlog_off.h" +#include +#include "sword25/kernel/memlog_on.h" + #include "sword25/kernel/common.h" -#include +#include "theora/theora.h" -namespace Sword25 { // ----------------------------------------------------------------------------- // Klassendefinition // ----------------------------------------------------------------------------- -class BS_YUVtoRGBA { +class BS_YUVtoRGBA +{ public: - static void YUVtoRGBA(yuv_buffer &YUVBuffer, const theora_info &TheoraInfo, byte *Pixels, int PixelsSize); + static void YUVtoRGBA(yuv_buffer & YUVBuffer, const theora_info & TheoraInfo, std::vector & Pixels); }; -} // End of namespace Sword25 - #endif -- cgit v1.2.3