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

Diff of /xvidcore/src/image/colorspace.c

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

revision 1.3.2.2, Thu Nov 7 10:28:15 2002 UTC revision 1.8.2.1, Sat Feb 22 08:49:45 2003 UTC
# Line 33  Line 33 
33    
34  #include <string.h>                             // memcpy  #include <string.h>                             // memcpy
35    
36    #include "../global.h"
37  #include "colorspace.h"  #include "colorspace.h"
 #include "../divx4.h"                   // DEC_PICTURE  
38    
39  // function pointers  // function pointers
40    
# Line 88  Line 88 
88  int32_t R_V_tab[256];  int32_t R_V_tab[256];
89    
90    
 #define MIN(A,B)        ((A)<(B)?(A):(B))  
 #define MAX(A,B)        ((A)>(B)?(A):(B))  
   
91    
92  /********** generic colorspace macro **********/  /********** generic colorspace macro **********/
93    

Legend:
Removed from v.1.3.2.2  
changed lines
  Added in v.1.8.2.1

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