[svn] / trunk / xvidcore / src / encoder.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/encoder.c

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

revision 1679, Wed Feb 15 20:58:43 2006 UTC revision 1680, Thu Feb 23 07:22:43 2006 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.124 2006-02-15 20:58:43 Isibaar Exp $   * $Id: encoder.c,v 1.125 2006-02-23 07:22:43 syskin Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 722  Line 722 
722                  if ((pEnc->mbParam.plugin_flags & XVID_REQDQUANTS)) {                  if ((pEnc->mbParam.plugin_flags & XVID_REQDQUANTS)) {
723                          data.dquant = pEnc->temp_dquants;                          data.dquant = pEnc->temp_dquants;
724                          data.dquant_stride = pEnc->mbParam.mb_width;                          data.dquant_stride = pEnc->mbParam.mb_width;
725                          memset(data.dquant, 0, data.mb_width*data.mb_height);                          memset(data.dquant, 0, data.mb_width*data.mb_height*sizeof(int));
726                  }                  }
727    
728                  if(pEnc->mbParam.plugin_flags & XVID_REQLAMBDA) {                  if(pEnc->mbParam.plugin_flags & XVID_REQLAMBDA) {

Legend:
Removed from v.1679  
changed lines
  Added in v.1680

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