[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.64, Fri Nov 28 18:16:42 2008 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 559  Line 559 
559    
560  } xvid_plugin_ssim_t;  } xvid_plugin_ssim_t;
561    
562    typedef struct {
563            int version;
564    
565            int method;      /* [in] masking method to apply. 0 for luminance masking, 1 for variance masking */
566    } xvid_plugin_lumimasking_t;
567    
568  /*****************************************************************************  /*****************************************************************************
569   *                             ENCODER API   *                             ENCODER API
570   ****************************************************************************/   ****************************************************************************/
# Line 756  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.64  
changed lines
  Added in v.1.66

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