[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.45.2.3, Thu Apr 10 13:05:54 2003 UTC revision 1.45.2.4, Sat May 17 13:26:42 2003 UTC
# Line 45  Line 45 
45  #include "utils/timer.h"  #include "utils/timer.h"
46  #include "bitstream/mbcoding.h"  #include "bitstream/mbcoding.h"
47    
48    #if defined(_DEBUG)
49    unsigned int xvid_debug = 0; /* xvid debug mask */
50    #endif
51    
52  #if defined(ARCH_IS_IA32)  #if defined(ARCH_IS_IA32)
53    
54  #if defined(_MSC_VER)  #if defined(_MSC_VER)
# Line 532  Line 536 
536          }          }
537  #endif  #endif
538    
539    #if defined(_DEBUG)
540        xvid_debug = init->debug;
541    #endif
542    
543          return 0;          return 0;
544  }  }
545    

Legend:
Removed from v.1.45.2.3  
changed lines
  Added in v.1.45.2.4

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