[svn] / branches / dev-api-3 / xvidcore / src / decoder.c Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/src/decoder.c

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

revision 707, Thu Dec 12 10:38:28 2002 UTC revision 710, Fri Dec 13 11:26:41 2002 UTC
# Line 55  Line 55 
55   *  22.12.2001  lock based interpolation   *  22.12.2001  lock based interpolation
56   *  01.12.2001  inital version; (c)2001 peter ross <pross@cs.rmit.edu.au>   *  01.12.2001  inital version; (c)2001 peter ross <pross@cs.rmit.edu.au>
57   *   *
58   *  $Id: decoder.c,v 1.37.2.19 2002-12-12 10:37:44 suxen_drol Exp $   *  $Id: decoder.c,v 1.37.2.20 2002-12-13 11:26:41 suxen_drol Exp $
59   *   *
60   *************************************************************************/   *************************************************************************/
61    
# Line 1722  Line 1722 
1722    
1723                  if (reduced_resolution)                  if (reduced_resolution)
1724                  {                  {
1725                          image_deblock_rrv(&dec->refn[0], dec->edged_width, dec->mbs,                          image_deblock_rrv(&dec->cur, dec->edged_width, dec->mbs,
1726                                  (dec->width + 31) / 32, (dec->height + 31) / 32, dec->mb_width);                                  (dec->width + 31) / 32, (dec->height + 31) / 32, dec->mb_width);
1727                  }                  }
1728    

Legend:
Removed from v.707  
changed lines
  Added in v.710

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