[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

revision 1960, Tue Mar 8 21:07:00 2011 UTC revision 1981, Wed May 18 07:38:27 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 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.1";          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.1960  
changed lines
  Added in v.1981

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