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

Diff of /xvidcore/src/xvid.h

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

revision 1.28, Tue Mar 4 10:55:21 2003 UTC revision 1.32, Mon Jul 28 12:36:25 2003 UTC
# Line 34  Line 34 
34   * Global constants   * Global constants
35   ****************************************************************************/   ****************************************************************************/
36    
37  /* API Version : 2.1 */  /* API Version : 3.0 */
38  #define API_VERSION ((2 << 16) | (1))  #define API_VERSION ((3 << 16) | (0))
39  #define XVID_API_UNSTABLE  #define XVID_API_UNSTABLE
40    
41  /* Bitstream Version  /* Bitstream Version
# Line 49  Line 49 
49   * doesnt hurt but not increasing it could cause difficulty for decoders in the   * doesnt hurt but not increasing it could cause difficulty for decoders in the
50   * future   * future
51   */   */
52  #define XVID_BS_VERSION "0009"  #define XVID_BS_VERSION "0015"
53    
54    
55  /* Error codes */  /* Error codes */

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.32

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