[svn] / trunk / vfw / src / codec.c Repository:
ViewVC logotype

Diff of /trunk/vfw/src/codec.c

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

revision 901, Sun Mar 2 11:53:48 2003 UTC revision 980, Wed Apr 9 12:05:19 2003 UTC
# Line 388  Line 388 
388    
389          frame.general |= XVID_HQACPRED;          frame.general |= XVID_HQACPRED;
390    
391            frame.bframe_threshold = 255;
392    
393          if (codec->config.motion_search > 4)          if (codec->config.motion_search > 4)
394                  frame.general |= XVID_INTER4V;                  frame.general |= XVID_INTER4V;
395    
# Line 582  Line 584 
584          }          }
585    
586          frame.bquant = 0;          frame.bquant = 0;
587            frame.bframe_threshold = 0;
588    
589  //      OutputDebugString(" ");  //      OutputDebugString(" ");
590          switch (xvid_encore(codec->ehandle, XVID_ENC_ENCODE, &frame, &stats))          switch (xvid_encore(codec->ehandle, XVID_ENC_ENCODE, &frame, &stats))

Legend:
Removed from v.901  
changed lines
  Added in v.980

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