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

Diff of /xvidcore/src/bitstream/bitstream.c

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

revision 1.33, Sun Sep 22 17:01:36 2002 UTC revision 1.34, Mon Sep 23 10:59:10 2002 UTC
# Line 44  Line 44 
44  log2bin(uint32_t value)  log2bin(uint32_t value)
45  {  {
46  /* Changed by Chenm001 */  /* Changed by Chenm001 */
47  #ifndef WIN32  #if !defined(_MSC_VER)
48          int n = 0;          int n = 0;
49    
50          while (value) {          while (value) {

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

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