[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 1716, Mon Jul 10 17:25:23 2006 UTC revision 1730, Wed Oct 11 13:55:32 2006 UTC
# 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.55 2006-07-10 17:25:23 Isibaar Exp $   * $Id: xvid.h,v 1.56 2006-10-11 13:55:32 Skal Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# 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.1716  
changed lines
  Added in v.1730

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