[cvs] / vfw / src / config.h Repository:
ViewVC logotype

Diff of /vfw/src/config.h

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

revision 1.14.2.2, Thu Nov 21 12:51:28 2002 UTC revision 1.16, Sun Feb 16 04:36:04 2003 UTC
# Line 62  Line 62 
62  #define CREDITS_MODE_QUANT              1  #define CREDITS_MODE_QUANT              1
63  #define CREDITS_MODE_SIZE               2  #define CREDITS_MODE_SIZE               2
64    
65    /* vhq modes */
66    #define VHQ_OFF                                 0
67    #define VHQ_MODE_DECISION               1
68    #define VHQ_LIMITED_SEARCH              2
69    #define VHQ_MEDIUM_SEARCH               3
70    #define VHQ_WIDE_SEARCH                 4
71    
72  #define CREDITS_START                   1  #define CREDITS_START                   1
73  #define CREDITS_END                             2  #define CREDITS_END                             2
74    
# Line 86  Line 93 
93          int motion_search;          int motion_search;
94          int quant_type;          int quant_type;
95          int fourcc_used;          int fourcc_used;
96            int vhq_mode;
97          int max_key_interval;          int max_key_interval;
98          int min_key_interval;          int min_key_interval;
99          int lum_masking;          int lum_masking;
# Line 102  Line 110 
110          int packed;          int packed;
111          int dx50bvop;          int dx50bvop;
112          int debug;          int debug;
113            int reduced_resolution;
114    
115          int min_iquant;          int min_iquant;
116          int max_iquant;          int max_iquant;
# Line 157  Line 166 
166  #ifdef _SMP  #ifdef _SMP
167          int num_threads;          int num_threads;
168  #endif  #endif
169            int chroma_opt;
170    
171          int frame_drop_ratio;          int frame_drop_ratio;
172    
173            /* decoder */
174    
175            int deblock_y;
176            int deblock_uv;
177    
178  //      char build[50];  //      char build[50];
179          DWORD cpu;          DWORD cpu;
180          float fquant;          float fquant;

Legend:
Removed from v.1.14.2.2  
changed lines
  Added in v.1.16

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