[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 1251, Wed Dec 10 01:02:44 2003 UTC revision 1252, Wed Dec 10 12:09:34 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.22 2003-12-10 01:01:07 Isibaar Exp $   * $Id: decoder.c,v 1.49.2.23 2003-12-10 12:09:34 syskin Exp $
24   *   *
25   ****************************************************************************/   ****************************************************************************/
26    
# Line 1460  Line 1460 
1460                          /* XXX: not_coded vops are not used for forward prediction */                          /* XXX: not_coded vops are not used for forward prediction */
1461                          /* we should not swap(last_mbs,mbs) */                          /* we should not swap(last_mbs,mbs) */
1462                          image_copy(&dec->cur, &dec->refn[0], dec->edged_width, dec->height);                          image_copy(&dec->cur, &dec->refn[0], dec->edged_width, dec->height);
1463                            SWAP(MACROBLOCK *, dec->mbs, dec->last_mbs); /* it will be swapped back */
1464                          break;                          break;
1465                  }                  }
1466    

Legend:
Removed from v.1251  
changed lines
  Added in v.1252

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