[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.49.2.22, Wed Dec 10 01:01:07 2003 UTC revision 1.49.2.24, Wed Dec 10 15:07:42 2003 UTC
# Line 58  Line 58 
58    
59  #include "image/image.h"  #include "image/image.h"
60  #include "image/colorspace.h"  #include "image/colorspace.h"
61    #include "image/postprocessing.h"
62  #include "utils/mem_align.h"  #include "utils/mem_align.h"
63    
64  static int  static int
# Line 1460  Line 1461 
1461                          /* XXX: not_coded vops are not used for forward prediction */                          /* XXX: not_coded vops are not used for forward prediction */
1462                          /* we should not swap(last_mbs,mbs) */                          /* we should not swap(last_mbs,mbs) */
1463                          image_copy(&dec->cur, &dec->refn[0], dec->edged_width, dec->height);                          image_copy(&dec->cur, &dec->refn[0], dec->edged_width, dec->height);
1464                            SWAP(MACROBLOCK *, dec->mbs, dec->last_mbs); /* it will be swapped back */
1465                          break;                          break;
1466                  }                  }
1467    

Legend:
Removed from v.1.49.2.22  
changed lines
  Added in v.1.49.2.24

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