[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 1161, Wed Oct 1 23:23:01 2003 UTC revision 1165, Fri Oct 3 13:47:24 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.42 2003-10-01 23:23:00 edgomez Exp $   * $Id: encoder.c,v 1.95.2.43 2003-10-03 13:47:24 syskin Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 1906  Line 1906 
1906                                  mb->cbp &= 0x3C;                                  mb->cbp &= 0x3C;
1907    
1908                          start_timer();                          start_timer();
1909                          MBCodingBVOP(mb, qcoeff, frame->fcode, frame->bcode, bs,                          MBCodingBVOP(frame, mb, qcoeff, frame->fcode, frame->bcode, bs,
1910                                                   &frame->sStat, direction);                                                   &frame->sStat);
1911                          stop_coding_timer();                          stop_coding_timer();
1912                  }                  }
1913          }          }

Legend:
Removed from v.1161  
changed lines
  Added in v.1165

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