[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 1107, Sat Aug 2 15:08:48 2003 UTC revision 1193, Tue Oct 28 23:42:09 2003 UTC
# Line 568  Line 568 
568          if (codec->config.chromame)          if (codec->config.chromame)
569                  frame.motion |= XVID_ME_CHROMA_PVOP + XVID_ME_CHROMA_BVOP;                  frame.motion |= XVID_ME_CHROMA_PVOP + XVID_ME_CHROMA_BVOP;
570    
571            if (codec->config.cartoon_mode) {
572                    frame.vop_flags |= XVID_VOP_CARTOON;
573    #if 0 /* Seems to cause crashes with P4 cpus */
574                    frame.motion |= XVID_ME_DETECT_STATIC_MOTION;
575    #endif
576            }
577    
578          frame.motion |= pmvfast_presets[codec->config.motion_search];          frame.motion |= pmvfast_presets[codec->config.motion_search];
579    
580          switch (codec->config.vhq_mode)          switch (codec->config.vhq_mode)

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

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