[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 1910, Thu Dec 2 06:46:07 2010 UTC revision 1917, Wed Dec 22 16:52:12 2010 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.14 2010-12-02 06:46:07 Isibaar Exp $   * $Id: config.h,v 1.17 2010-12-22 16:52:12 Isibaar Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 107  Line 107 
107    /* motion */    /* motion */
108    int motion_search;    int motion_search;
109          int vhq_mode;          int vhq_mode;
110            int vhq_metric;
111          int vhq_bframe;          int vhq_bframe;
112          int chromame;          int chromame;
113          int turbo;          int turbo;
# Line 210  Line 211 
211    
212          DWORD cpu;          DWORD cpu;
213    
214            int num_slices;
215    
216          /* internal */          /* internal */
217          int ci_valid;          int ci_valid;
218          VFWEXT_CONFIGURE_INFO_T ci;          VFWEXT_CONFIGURE_INFO_T ci;
# Line 248  Line 251 
251  #define PROFILE_PACKED      0x00000080  #define PROFILE_PACKED      0x00000080
252  #define PROFILE_EXTRA       0x00000100  #define PROFILE_EXTRA       0x00000100
253  #define PROFILE_XVID        0x00000200  #define PROFILE_XVID        0x00000200
254    #define PROFILE_RESYNCMARKER 0x00000400
255    
256  static const int PARS[][2] = {  static const int PARS[][2] = {
257          {1, 1},          {1, 1},

Legend:
Removed from v.1910  
changed lines
  Added in v.1917

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