[svn] / branches / release-1_3-branch / xvidcore / examples / xvid_encraw.c Repository:
ViewVC logotype

Diff of /branches/release-1_3-branch/xvidcore/examples/xvid_encraw.c

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

revision 1743, Mon Oct 30 11:21:42 2006 UTC revision 1757, Wed Nov 8 06:55:27 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.32 2006-10-30 11:21:42 Skal Exp $   * $Id: xvid_encraw.c,v 1.33 2006-11-08 06:55:27 Skal Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 1912  Line 1912 
1912                  ssim.b_printstat = 1;                  ssim.b_printstat = 1;
1913                  ssim.stat_path = ARG_SSIM_PATH;                  ssim.stat_path = ARG_SSIM_PATH;
1914                  ssim.b_visualize = 0;                  ssim.b_visualize = 0;
1915                  ssim.acc = ARG_SSIM;                  ssim.acc = (ARG_SSIM_PATH != NULL && ARG_SSIM < 0) ? 2 : ARG_SSIM;
1916                  plugins[xvid_enc_create.num_plugins].param = &ssim;                  plugins[xvid_enc_create.num_plugins].param = &ssim;
1917                  xvid_enc_create.num_plugins++;                  xvid_enc_create.num_plugins++;
1918          }          }

Legend:
Removed from v.1743  
changed lines
  Added in v.1757

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