[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 1253, Wed Dec 10 15:07:42 2003 UTC revision 1262, Sat Dec 13 13:52:25 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.24 2003-12-10 15:07:42 edgomez Exp $   * $Id: decoder.c,v 1.49.2.25 2003-12-13 13:52:25 syskin Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# Line 1317  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.1253  
changed lines
  Added in v.1262

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