[cvs] / xvidcore / src / divx4.h Repository:
ViewVC logotype

Diff of /xvidcore/src/divx4.h

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

revision 1.7, Mon Feb 17 22:55:02 2003 UTC revision 1.8.2.1, Mon Jun 9 13:50:23 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 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.1.7  
changed lines
  Added in v.1.8.2.1

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