[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.55, Mon Jul 10 17:25:23 2006 UTC revision 1.56, Wed Oct 11 13:55:32 2006 UTC
# Line 485  Line 485 
485  extern xvid_plugin_func xvid_plugin_psnr;       /* write psnr values to stdout */  extern xvid_plugin_func xvid_plugin_psnr;       /* write psnr values to stdout */
486  extern xvid_plugin_func xvid_plugin_dump;       /* dump before and after yuvpgms */  extern xvid_plugin_func xvid_plugin_dump;       /* dump before and after yuvpgms */
487    
488    extern xvid_plugin_func xvid_plugin_ssim;       /*write ssim values to stdout*/
489    
490    
491  /* single pass rate control  /* single pass rate control
492   * CBR and Constant quantizer modes */   * CBR and Constant quantizer modes */
# Line 538  Line 540 
540    
541  }xvid_plugin_2pass2_t;  }xvid_plugin_2pass2_t;
542    
543    
544    typedef struct{
545            /*stat output*/
546            int b_printstat;
547            char* stat_path;
548    
549            /*visualize*/
550            int b_visualize;
551    
552    } xvid_plugin_ssim_t;
553    
554  /*****************************************************************************  /*****************************************************************************
555   *                             ENCODER API   *                             ENCODER API
556   ****************************************************************************/   ****************************************************************************/

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

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