[svn] / trunk / xvidcore / vfw / src / config.h Repository:
ViewVC logotype

Diff of /trunk/xvidcore/vfw/src/config.h

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

revision 1588, Sat Jan 8 12:28:48 2005 UTC revision 1592, Mon Jan 10 05:01:01 2005 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: config.h,v 1.5 2005-01-08 12:28:48 syskin Exp $   * $Id: config.h,v 1.6 2005-01-10 05:01:01 syskin Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25  #ifndef _CONFIG_H_  #ifndef _CONFIG_H_
# Line 120  Line 120 
120          int tff;          int tff;
121          int qpel;          int qpel;
122          int gmc;          int gmc;
         int reduced_resolution;  
123          int use_bvop;          int use_bvop;
124          int max_bframes;          int max_bframes;
125          int bquant_ratio;          int bquant_ratio;
126          int bquant_offset;          int bquant_offset;
127          int packed;          int packed;
         int closed_gov;  
128          int display_aspect_ratio;                               /* aspect ratio */          int display_aspect_ratio;                               /* aspect ratio */
129          int ar_x, ar_y;                                                 /* picture aspect ratio */          int ar_x, ar_y;                                                 /* picture aspect ratio */
130          int par_x, par_y;                                               /* custom pixel aspect ratio */          int par_x, par_y;                                               /* custom pixel aspect ratio */
# Line 230  Line 228 
228  #define PROFILE_INTERLACE       0x00000008  #define PROFILE_INTERLACE       0x00000008
229  #define PROFILE_QPEL            0x00000010  #define PROFILE_QPEL            0x00000010
230  #define PROFILE_GMC                     0x00000020  #define PROFILE_GMC                     0x00000020
 #define PROFILE_REDUCED         0x00000040      /* dynamic resolution conversion */  
231    
232  #define PROFILE_AS                      (PROFILE_ADAPTQUANT|PROFILE_BVOP|PROFILE_MPEGQUANT|PROFILE_INTERLACE|PROFILE_QPEL|PROFILE_GMC)  #define PROFILE_AS                      (PROFILE_ADAPTQUANT|PROFILE_BVOP|PROFILE_MPEGQUANT|PROFILE_INTERLACE|PROFILE_QPEL|PROFILE_GMC)
233  #define PROFILE_ARTS            (PROFILE_ADAPTQUANT|PROFILE_REDUCED)  #define PROFILE_ARTS            (PROFILE_ADAPTQUANT)
234    
235  static const int PARS[][2] = {  static const int PARS[][2] = {
236          {1, 1},          {1, 1},

Legend:
Removed from v.1588  
changed lines
  Added in v.1592

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