[svn] / branches / Isibaar / xvidcore / src / decoder.c Repository:
ViewVC logotype

Diff of /branches/Isibaar/xvidcore/src/decoder.c

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

revision 1003, Sat May 3 19:11:58 2003 UTC revision 1004, Sat May 3 23:26:55 2003 UTC
# Line 19  Line 19 
19   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: decoder.c,v 1.49 2003-02-19 21:59:30 edgomez Exp $   * $Id: decoder.c,v 1.49.4.1 2003-05-03 23:23:38 Isibaar Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 57  Line 57 
57  #include "image/image.h"  #include "image/image.h"
58  #include "image/colorspace.h"  #include "image/colorspace.h"
59  #include "utils/mem_align.h"  #include "utils/mem_align.h"
60    #include "image/postprocessing.h"
61    
62  int  int
63  decoder_resize(DECODER * dec)  decoder_resize(DECODER * dec)
# Line 1723  Line 1724 
1724          {          {
1725                  /* note: image is stored to tmp */                  /* note: image is stored to tmp */
1726                  image_copy(&dec->tmp, img, dec->edged_width, dec->height);                  image_copy(&dec->tmp, img, dec->edged_width, dec->height);
1727                  image_deblock_rrv(&dec->tmp, dec->edged_width,                  image_deblock(&dec->tmp, dec->edged_width,
1728                                                  mbs, dec->mb_width, dec->mb_height, dec->mb_width,                                                  mbs, dec->mb_width, dec->mb_height, dec->mb_width,
1729                                                  8, frame->general);                                            frame->general);
1730                  img = &dec->tmp;                  img = &dec->tmp;
1731          }          }
1732    

Legend:
Removed from v.1003  
changed lines
  Added in v.1004

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