[cvs] / xvidcore / src / xvid.c Repository:
ViewVC logotype

Diff of /xvidcore/src/xvid.c

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

revision 1.52, Mon Apr 12 15:49:56 2004 UTC revision 1.54, Thu Jul 15 10:08:21 2004 UTC
# Line 520  Line 520 
520                  /* DCT operators                  /* DCT operators
521                   * no iDCT because it's not "Walken matching" */                   * no iDCT because it's not "Walken matching" */
522                  fdct = fdct_sse2_skal;                  fdct = fdct_sse2_skal;
523    
524                    /* postprocessing */
525                    image_brightness = image_brightness_sse2;
526          }          }
527  #endif /* ARCH_IS_IA32 */  #endif /* ARCH_IS_IA32 */
528    
# Line 616  Line 619 
619                  return XVID_ERR_VERSION;                  return XVID_ERR_VERSION;
620    
621          info->actual_version = XVID_VERSION;          info->actual_version = XVID_VERSION;
622          info->build = "xvid-1.0.0";          info->build = "xvid-1.1-cvshead";
623          info->cpu_flags = detect_cpu_flags();          info->cpu_flags = detect_cpu_flags();
624    
625  #if defined(_SMP) && defined(WIN32)  #if defined(_SMP) && defined(WIN32)

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.54

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