[cvs] / xvidcore / src / plugins / plugin_2pass1.c Repository:
ViewVC logotype

Diff of /xvidcore/src/plugins/plugin_2pass1.c

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

revision 1.1.2.15, Wed Jan 21 07:14:29 2004 UTC revision 1.4, Tue Mar 9 10:00:14 2010 UTC
# Line 1  Line 1 
1  /******************************************************************************  /******************************************************************************
2   *   *
3   *  XviD Bit Rate Controller Library   *  Xvid Bit Rate Controller Library
4   *  - VBR 2 pass bitrate controler implementation -   *  - VBR 2 pass bitrate controler implementation -
5   *   *
6   *  Copyright (C) 2002-2003 Edouard Gomez <ed.gomez@free.fr>   *  Copyright (C) 2002-2003 Edouard Gomez <ed.gomez@free.fr>
7   *   *
8   *  The curve treatment algorithm is the one implemented by Foxer <email?> and   *  The curve treatment algorithm is the one implemented by Foxer <email?> and
9   *  Dirk Knop <dknop@gwdg.de> for the XviD vfw dynamic library.   *  Dirk Knop <dknop@gwdg.de> for the Xvid vfw dynamic library.
10   *   *
11   *  This program is free software; you can redistribute it and/or modify   *  This program is free software; you can redistribute it and/or modify
12   *  it under the terms of the GNU General Public License as published by   *  it under the terms of the GNU General Public License as published by
# Line 161  Line 161 
161    
162                          /* Now VOP flags (no fast replacements) */                          /* Now VOP flags (no fast replacements) */
163                          data->vop_flags &= ~XVID_VOP_MODEDECISION_RD;                          data->vop_flags &= ~XVID_VOP_MODEDECISION_RD;
164                            data->vop_flags &= ~XVID_VOP_RD_BVOP;
165                          data->vop_flags &= ~XVID_VOP_FAST_MODEDECISION_RD;                          data->vop_flags &= ~XVID_VOP_FAST_MODEDECISION_RD;
166                          data->vop_flags &= ~XVID_VOP_TRELLISQUANT;                          data->vop_flags &= ~XVID_VOP_TRELLISQUANT;
167                          data->vop_flags &= ~XVID_VOP_INTER4V;                          data->vop_flags &= ~XVID_VOP_INTER4V;

Legend:
Removed from v.1.1.2.15  
changed lines
  Added in v.1.4

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