[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.23, Wed Dec 10 12:09:34 2003 UTC revision 1.49.2.25, Sat Dec 13 13:52:25 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 1316  Line 1317 
1317  void decoder_output(DECODER * dec, IMAGE * img, MACROBLOCK * mbs,  void decoder_output(DECODER * dec, IMAGE * img, MACROBLOCK * mbs,
1318                                          xvid_dec_frame_t * frame, xvid_dec_stats_t * stats, int coding_type)                                          xvid_dec_frame_t * frame, xvid_dec_stats_t * stats, int coding_type)
1319  {  {
1320          if (frame->general & (XVID_DEBLOCKY|XVID_DEBLOCKUV))    /* post process */          if (frame->general & (XVID_DEBLOCKY|XVID_DEBLOCKUV) && mbs != NULL)     /* post process */
1321          {          {
1322                  /* note: image is stored to tmp */                  /* note: image is stored to tmp */
1323                  image_copy(&dec->tmp, img, dec->edged_width, dec->height);                  image_copy(&dec->tmp, img, dec->edged_width, dec->height);

Legend:
Removed from v.1.49.2.23  
changed lines
  Added in v.1.49.2.25

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