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

Diff of /trunk/xvidcore/src/utils/mbtransquant.c

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

revision 584, Mon Oct 7 08:11:48 2002 UTC revision 599, Wed Oct 16 20:58:22 2002 UTC
# Line 29  Line 29 
29   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
30   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
31   *   *
32   * $Id: mbtransquant.c,v 1.15 2002-10-07 08:11:48 chl Exp $   * $Id: mbtransquant.c,v 1.17 2002-10-16 20:58:22 h Exp $
33   *   *
34   ****************************************************************************/   ****************************************************************************/
35    
# Line 366  Line 366 
366                           MACROBLOCK *pMB,                           MACROBLOCK *pMB,
367                           int16_t data[6*64],                           int16_t data[6*64],
368                       int16_t qcoeff[6 * 64])                       int16_t qcoeff[6 * 64])
 )  
369  {  {
370          int i;          int i;
371          int iQuant = frame->quant;          int iQuant = frame->quant;
# Line 599  Line 598 
598                  }                  }
599          }          }
600    
601          if (frame > field) {          if (frame > (field + 350)) {
602                  MBFrameToField(data);                  MBFrameToField(data);
603          }          }
604    

Legend:
Removed from v.584  
changed lines
  Added in v.599

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