[svn] / trunk / xvidcore / examples / xvid_encraw.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/examples/xvid_encraw.c

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

revision 1735, Fri Oct 13 09:28:46 2006 UTC revision 1737, Fri Oct 13 15:16:25 2006 UTC
# Line 21  Line 21 
21   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
22   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
23   *   *
24   * $Id: xvid_encraw.c,v 1.29 2006-10-13 09:28:46 Skal Exp $   * $Id: xvid_encraw.c,v 1.30 2006-10-13 15:16:25 Skal Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 1903  Line 1903 
1903                  xvid_enc_create.num_plugins++;                  xvid_enc_create.num_plugins++;
1904          }          }
1905    
1906          if (ARG_SSIM) {          if (ARG_SSIM || ARG_SSIM_PATH != NULL) {
1907                  plugins[xvid_enc_create.num_plugins].func = xvid_plugin_ssim;                  plugins[xvid_enc_create.num_plugins].func = xvid_plugin_ssim;
1908                  ssim.b_printstat = 1;                  ssim.b_printstat = ARG_SSIM;
1909                  ssim.stat_path = ARG_SSIM_PATH;                  ssim.stat_path = ARG_SSIM_PATH;
1910                  ssim.b_visualize = 0;                  ssim.b_visualize = 0;
1911                  plugins[xvid_enc_create.num_plugins].param = &ssim;                  plugins[xvid_enc_create.num_plugins].param = &ssim;

Legend:
Removed from v.1735  
changed lines
  Added in v.1737

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