/******************************************************************** * * * THIS FILE IS PART OF THE OggTheora SOFTWARE CODEC SOURCE CODE. * * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * * * * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003 * * by the Xiph.Org Foundation http://www.xiph.org/ * * * ******************************************************************** function: last mod: $Id$ ********************************************************************/ #ifdef HAVE_CONFIG_H # include "config.h" #endif #include "codec_internal.h" #define VERSION_MAJOR 3 #define VERSION_MINOR 2 #define VERSION_SUB 0 #define VENDOR_STRING "Xiph.Org libTheora I 20060526 3 2 0" void theora_encoder_clear (CP_INSTANCE * cpi);