X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_yuv420p%2Ftrgt_yuv.h;h=f17660754a9038dc1498f295125a1906dd798dfb;hb=eef623cc49ddc319219d759e0472e54ce4b3f402;hp=fb2e10f5815e79d491d89f5256af3f0332b93ec7;hpb=e8a065f2385c219c511b57dac52786120bfa097d;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_yuv420p/trgt_yuv.h b/synfig-core/trunk/src/modules/mod_yuv420p/trgt_yuv.h index fb2e10f..f176607 100644 --- a/synfig-core/trunk/src/modules/mod_yuv420p/trgt_yuv.h +++ b/synfig-core/trunk/src/modules/mod_yuv420p/trgt_yuv.h @@ -2,10 +2,11 @@ /*! \file trgt_yuv.h ** \brief Template File ** -** $Id: trgt_yuv.h,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -48,7 +49,7 @@ private: synfig::String filename; synfig::SmartFILE file; synfig::Surface surface; - + bool dithering; public: @@ -56,6 +57,7 @@ public: yuv(const char *filename); virtual ~yuv(); + virtual bool init(); virtual bool set_rend_desc(synfig::RendDesc *desc); virtual bool start_frame(synfig::ProgressCallback *cb); virtual void end_frame();