[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 1107, Sat Aug 2 15:08:48 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;

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

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