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

Diff of /branches/release-1_3-branch/xvidcore/src/xvid.c

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

trunk/xvidcore/src/xvid.c revision 1909, Sun Nov 28 15:19:07 2010 UTC branches/release-1_3-branch/xvidcore/src/xvid.c revision 1985, Wed May 18 09:02:35 2011 UTC
# Line 3  Line 3 
3   *  XVID MPEG-4 VIDEO CODEC   *  XVID MPEG-4 VIDEO CODEC
4   *  - Native API implementation  -   *  - Native API implementation  -
5   *   *
6   *  Copyright(C) 2001-2004 Peter Ross <pross@xvid.org>   *  Copyright(C) 2001-2011 Peter Ross <pross@xvid.org>
7   *               2002-2010 Michael Militzer <isibaar@xvid.org>   *               2002-2011 Michael Militzer <isibaar@xvid.org>
8   *   *
9   *  This program is free software ; you can redistribute it and/or modify   *  This program is free software ; you can redistribute it and/or modify
10   *  it under the terms of the GNU General Public License as published by   *  it under the terms of the GNU General Public License as published by
# Line 20  Line 20 
20   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
21   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22   *   *
23   * $Id: xvid.c,v 1.85 2010-11-28 15:18:21 Isibaar Exp $   * $Id$
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# Line 700  Line 700 
700                  return XVID_ERR_VERSION;                  return XVID_ERR_VERSION;
701    
702          info->actual_version = XVID_VERSION;          info->actual_version = XVID_VERSION;
703          info->build = "xvid-1.3.0-dev";          info->build = "xvid-1.3.2";
704          info->cpu_flags = detect_cpu_flags();          info->cpu_flags = detect_cpu_flags();
705          info->num_threads = 0; /* single-thread */          info->num_threads = 0; /* single-thread */
706    

Legend:
Removed from v.1909  
changed lines
  Added in v.1985

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