--- divx4.h 2003/02/17 22:55:02 1.7 +++ divx4.h 2003/06/09 13:50:23 1.8.2.1 @@ -1,25 +1,25 @@ /***************************************************************************** * * XVID MPEG-4 VIDEO CODEC - * - DivX 4.0 Compatibility API - + * - DivX 4.x compatibility layer (Deprecated and not up2date code) - * - * This file is part of XviD, a free MPEG-4 video encoder/decoder + * Copyright(C) 2001-2003 Peter Ross * - * This program is free software; you can redistribute it and/or modify + * This program is free software ; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation ; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of + * but WITHOUT ANY WARRANTY ; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: divx4.h,v 1.7 2003/02/17 22:55:02 edgomez Exp $ + * $Id: divx4.h,v 1.8.2.1 2003/06/09 13:50:23 edgomez Exp $ * ****************************************************************************/ @@ -228,7 +228,7 @@ ENC_RESULT; /* the prototype of the encore() - main encode engine entrance */ - int encore(void *handle, /* handle - the handle of the calling entity, must be unique/ + int encore(void *handle, /* handle - the handle of the calling entity, must be unique */ int enc_opt, /* enc_opt - the option for encoding, see below */ void *param1, /* param1 - the parameter 1 (its actually meaning depends on enc_opt */ void *param2); /* param2 - the parameter 2 (its actually meaning depends on enc_opt */