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

Diff of /xvidcore/src/decoder.c

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

revision 1.37.2.15, Sun Dec 8 05:38:56 2002 UTC revision 1.37.2.16, Sun Dec 8 06:43:33 2002 UTC
# Line 390  Line 390 
390  // decode an inter macroblock  // decode an inter macroblock
391    
392  static void  static void
 set_block(uint8_t * dst, int stride, int width, int height, int color)  
 {  
         int i;  
         for (i = 0; i < height; i++)  
         {  
                 memset(dst, color, width);  
                 dst += stride;  
         }  
 }  
   
 static void  
393  rrv_mv_scaleup(VECTOR * mv)  rrv_mv_scaleup(VECTOR * mv)
394  {  {
395          if (mv->x > 0) {          if (mv->x > 0) {

Legend:
Removed from v.1.37.2.15  
changed lines
  Added in v.1.37.2.16

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