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

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

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

revision 1203, Tue Nov 11 16:25:39 2003 UTC revision 1234, Mon Dec 1 13:16:43 2003 UTC
# Line 637  Line 637 
637    
638          // force keyframe spacing in 2-pass 1st pass          // force keyframe spacing in 2-pass 1st pass
639          if (codec->config.motion_search == 0)          if (codec->config.motion_search == 0)
         {  
640                  frame.type = XVID_TYPE_IVOP;                  frame.type = XVID_TYPE_IVOP;
         }  
         else if (codec->keyspacing < codec->config.min_key_interval && codec->framenum)  
         {  
                 DPRINTF("current frame forced to p-frame");  
                 frame.type = XVID_TYPE_PVOP;  
         }  
641    
642      /* frame-based stuff */      /* frame-based stuff */
643      apply_zone_modifiers(&frame, &codec->config, codec->framenum);      apply_zone_modifiers(&frame, &codec->config, codec->framenum);

Legend:
Removed from v.1203  
changed lines
  Added in v.1234

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