[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.26, Wed Dec 17 17:07:38 2003 UTC revision 1.49.2.27, Sat Dec 20 11:54:27 2003 UTC
# Line 1318  Line 1318 
1318  void decoder_output(DECODER * dec, IMAGE * img, MACROBLOCK * mbs,  void decoder_output(DECODER * dec, IMAGE * img, MACROBLOCK * mbs,
1319                                          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)
1320  {  {
1321          if (frame->general & (XVID_DEBLOCKY|XVID_DEBLOCKUV) && mbs != NULL)     /* post process */          if (dec->cartoon_mode)
1322                    frame->general &= ~XVID_FILMEFFECT;
1323    
1324            if (frame->general & (XVID_DEBLOCKY|XVID_DEBLOCKUV|XVID_FILMEFFECT) && mbs != NULL)     /* post process */
1325          {          {
1326                  /* note: image is stored to tmp */                  /* note: image is stored to tmp */
1327                  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.26  
changed lines
  Added in v.1.49.2.27

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