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

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

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

revision 1269, Wed Dec 17 16:44:32 2003 UTC revision 1270, Wed Dec 17 17:07:38 2003 UTC
# Line 20  Line 20 
20   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
21   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22   *   *
23   * $Id: decoder.c,v 1.49.2.25 2003-12-13 13:52:25 syskin Exp $   * $Id: decoder.c,v 1.49.2.26 2003-12-17 17:07:38 Isibaar Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# Line 205  Line 205 
205          dec->last_mbs = NULL;          dec->last_mbs = NULL;
206    
207          init_timer();          init_timer();
208            init_postproc();
209          init_mpeg_matrix(dec->mpeg_quant_matrices);          init_mpeg_matrix(dec->mpeg_quant_matrices);
210    
211          /* For B-frame support (used to save reference frame's time */          /* For B-frame support (used to save reference frame's time */
# Line 1321  Line 1322 
1322          {          {
1323                  /* note: image is stored to tmp */                  /* note: image is stored to tmp */
1324                  image_copy(&dec->tmp, img, dec->edged_width, dec->height);                  image_copy(&dec->tmp, img, dec->edged_width, dec->height);
1325                  image_deblock(&dec->tmp, dec->edged_width,                  image_postproc(&dec->tmp, dec->edged_width,
1326                                            mbs, dec->mb_width, dec->mb_height, dec->mb_width,                                            mbs, dec->mb_width, dec->mb_height, dec->mb_width,
1327                                            frame->general);                                             frame->general, dec->frames);
1328                  img = &dec->tmp;                  img = &dec->tmp;
1329          }          }
1330    

Legend:
Removed from v.1269  
changed lines
  Added in v.1270

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