[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.76, Thu Nov 27 00:47:03 2008 UTC revision 1.77, Fri Nov 28 16:42:50 2008 UTC
# Line 674  Line 674 
674          if ((dwProcessAffinityMask & (1<<i)))          if ((dwProcessAffinityMask & (1<<i)))
675            info->num_threads++;            info->num_threads++;
676        }        }
677          if (info->num_threads == 0) {
678            SYSTEM_INFO siSysInfo;
679            GetSystemInfo(&siSysInfo);
680            info->num_threads = siSysInfo.dwNumberOfProcessors; /* number of _logical_ cores */
681          }
682      }      }
683    }    }
684  #else  #else

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

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