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

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

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

revision 1200, Wed Nov 5 16:15:47 2003 UTC revision 1201, Sun Nov 9 20:47:14 2003 UTC
# Line 21  Line 21 
21   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
22   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
23   *   *
24   * $Id: encoder.c,v 1.95.2.47 2003-11-05 16:15:47 edgomez Exp $   * $Id: encoder.c,v 1.95.2.48 2003-11-09 20:47:14 edgomez Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 1913  Line 1913 
1913    
1914                          /* decoder ignores mb when refence block is INTER(0,0), CBP=0 */                          /* decoder ignores mb when refence block is INTER(0,0), CBP=0 */
1915                          if (mb->mode == MODE_NOT_CODED) {                          if (mb->mode == MODE_NOT_CODED) {
1916                                  /* mb->mvs[0].x = mb->mvs[0].y = mb->cbp = 0; */                                  if (pEnc->mbParam.plugin_flags & XVID_REQORIGINAL) {
1917                                            MBMotionCompensation(mb, x, y, f_ref, NULL, f_ref, NULL, NULL, &frame->image,
1918                                                                                            NULL, 0, 0, pEnc->mbParam.edged_width, 0, 0, 0);
1919                                    }
1920    
1921                                  continue;                                  continue;
1922                          }                          }
1923    

Legend:
Removed from v.1200  
changed lines
  Added in v.1201

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