[svn] / branches / dev-api-4 / xvidcore / vfw / src / config.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/vfw/src/config.c

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

revision 1069, Fri Jun 13 11:52:14 2003 UTC revision 1184, Wed Oct 22 09:52:58 2003 UTC
# Line 108  Line 108 
108  {  {
109  /*    name                 p@l,    w    h  fps  obj  Tvmv  vmv    vcv   ac%     vbv      pkt   kbps  flags */  /*    name                 p@l,    w    h  fps  obj  Tvmv  vmv    vcv   ac%     vbv      pkt   kbps  flags */
110      { "Simple @ L0",       0x08,  176, 144, 15,  1,  198,   99,   1485, 100,  10*16368,  2048,   64, 0 },      { "Simple @ L0",       0x08,  176, 144, 15,  1,  198,   99,   1485, 100,  10*16368,  2048,   64, 0 },
111              /* simple@l0: max f_code=1, intra_dc_vlc_threshold=0          /* simple@l0: max f_code=1, intra_dc_vlc_threshold=0 */
112              /* if ac preidition is used, adaptive quantization must not be used */              /* if ac preidition is used, adaptive quantization must not be used */
113              /* <=qcif must be used */              /* <=qcif must be used */
114          { "Simple @ L1",       0x01,  176, 144, 15,  4,  198,   99,   1485, 100,  10*16368,  2048,   64, PROFILE_ADAPTQUANT },          { "Simple @ L1",       0x01,  176, 144, 15,  4,  198,   99,   1485, 100,  10*16368,  2048,   64, PROFILE_ADAPTQUANT },
# Line 1388  Line 1388 
1388      case WM_NOTIFY :      case WM_NOTIFY :
1389          {          {
1390              NMHDR * n = (NMHDR*)lParam;              NMHDR * n = (NMHDR*)lParam;
             int idc = (int)wParam;  
1391    
1392              if (n->code == NM_DBLCLK) {              if (n->code == NM_DBLCLK) {
1393                   NMLISTVIEW * nmlv = (NMLISTVIEW*) lParam;                   NMLISTVIEW * nmlv = (NMLISTVIEW*) lParam;
# Line 1599  Line 1598 
1598                          info.version = XVID_VERSION;                          info.version = XVID_VERSION;
1599                          xvid_global(0, XVID_GBL_INFO, &info, NULL);                          xvid_global(0, XVID_GBL_INFO, &info, NULL);
1600                          wsprintf(core, "libxvidcore version %d.%d.%d (\"%s\")",                          wsprintf(core, "libxvidcore version %d.%d.%d (\"%s\")",
1601                                  XVID_MAJOR(info.actual_version),                                  XVID_VERSION_MAJOR(info.actual_version),
1602                                  XVID_MINOR(info.actual_version),                                  XVID_VERSION_MINOR(info.actual_version),
1603                                  XVID_PATCH(info.actual_version),                                  XVID_VERSION_PATCH(info.actual_version),
1604                                  info.build);                                  info.build);
1605    
1606                          SetDlgItemText(hDlg, IDC_CORE, core);                          SetDlgItemText(hDlg, IDC_CORE, core);

Legend:
Removed from v.1069  
changed lines
  Added in v.1184

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