[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.3, Sat Dec 14 06:09:33 2002 UTC revision 1.14.2.6, Sat Feb 15 06:33:05 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 158  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 */          /* decoder */

Legend:
Removed from v.1.14.2.3  
changed lines
  Added in v.1.14.2.6

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