[svn] / branches / dev-api-4 / xvidcore / src / divx4.h Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/divx4.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/xvidcore/src/divx4.h revision 864, Mon Feb 17 22:55:02 2003 UTC branches/dev-api-4/xvidcore/src/divx4.h revision 1054, Mon Jun 9 13:55:56 2003 UTC
# Line 1  Line 1 
1  /*****************************************************************************  /*****************************************************************************
2   *   *
3   *  XVID MPEG-4 VIDEO CODEC   *  XVID MPEG-4 VIDEO CODEC
4   *  - DivX 4.0 Compatibility API -   *  - DivX 4.x compatibility layer (Deprecated and not up2date code) -
5   *   *
6   *  This file is part of XviD, a free MPEG-4 video encoder/decoder   *  Copyright(C) 2001-2003 Peter Ross <pross@xvid.org>
7   *   *
8   *  This program is free software; you can redistribute it and/or modify   *  This program is free software; you can redistribute it and/or modify
9   *  it under the terms of the GNU General Public License as published by   *  it under the terms of the GNU General Public License as published by
# Line 19  Line 19 
19   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $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 $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 228  Line 228 
228          ENC_RESULT;          ENC_RESULT;
229    
230  /* the prototype of the encore() - main encode engine entrance */  /* the prototype of the encore() - main encode engine entrance */
231          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 */
232                             int enc_opt,         /* enc_opt - the option for encoding, see below */                             int enc_opt,         /* enc_opt - the option for encoding, see below */
233                             void *param1,        /* param1  - the parameter 1 (its actually meaning depends on enc_opt */                             void *param1,        /* param1  - the parameter 1 (its actually meaning depends on enc_opt */
234                             void *param2);       /* param2  - the parameter 2 (its actually meaning depends on enc_opt */                             void *param2);       /* param2  - the parameter 2 (its actually meaning depends on enc_opt */

Legend:
Removed from v.864  
changed lines
  Added in v.1054

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4