[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.65, Wed May 27 15:52:05 2009 UTC revision 1.66, Tue Mar 9 10:00:14 2010 UTC
# Line 1  Line 1 
1  /*****************************************************************************  /*****************************************************************************
2   *   *
3   * XVID MPEG-4 VIDEO CODEC   * XVID MPEG-4 VIDEO CODEC
4   * - XviD Main header file -   * - Xvid Main header file -
5   *   *
6   *  Copyright(C) 2001-2004 Peter Ross <pross@xvid.org>   *  Copyright(C) 2001-2004 Peter Ross <pross@xvid.org>
7   *   *
# Line 73  Line 73 
73   * 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
74   * future   * future
75   */   */
76  #define XVID_BS_VERSION 55  #define XVID_BS_VERSION 56
77    
78  /*****************************************************************************  /*****************************************************************************
79   * error codes   * error codes
# Line 762  Line 762 
762          /* ---------------------------------------------- */          /* ---------------------------------------------- */
763    
764          void *handle;                /* [out] encoder instance handle */          void *handle;                /* [out] encoder instance handle */
765    
766            /* ------- v1.3.x ------- */
767            int start_frame_num;         /* [in:opt] frame number of start frame relative to zones definitions. allows to encode sub-sequences */
768  } xvid_enc_create_t;  } xvid_enc_create_t;
769    
770    

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

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