[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.3.2.3, Sat Jan 4 06:14:33 2003 UTC
# Line 33  Line 33 
33    
34  #include <string.h>                             // memcpy  #include <string.h>                             // memcpy
35    
36  #include "colorspace.h"  #include "../global.h"
37  #include "../divx4.h"                   // DEC_PICTURE  #include "../divx4.h"                   // DEC_PICTURE
38    #include "colorspace.h"
39    
40  // function pointers  // function pointers
41    
# Line 88  Line 89 
89  int32_t R_V_tab[256];  int32_t R_V_tab[256];
90    
91    
 #define MIN(A,B)        ((A)<(B)?(A):(B))  
 #define MAX(A,B)        ((A)>(B)?(A):(B))  
   
92    
93  /********** generic colorspace macro **********/  /********** generic colorspace macro **********/
94    

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

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