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

Diff of /trunk/xvidcore/src/xvid.h

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

revision 1863, Wed May 27 15:52:05 2009 UTC revision 1883, Tue Mar 9 10:00:30 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 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: xvid.h,v 1.65 2009-05-27 15:52:05 Isibaar Exp $   * $Id: xvid.h,v 1.66 2010-03-09 10:00:14 Isibaar Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# 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.1863  
changed lines
  Added in v.1883

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