Changeset 707

Show
Ignore:
Timestamp:
09/28/07 19:28:18 (2 years ago)
Author:
astrange
Message:

subCodecSupportsDrawInDecodeOrder seems to cause non-droppable frames to be dropped in very rare cases. Disable it for now.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/FFusionCodec.c

    r696 r707  
    424424                cap->baseCodecShouldCallDecodeBandForAllFrames = true; 
    425425                cap->subCodecSupportsScheduledBackwardsPlaybackWithDifferenceFrames = true; 
    426                 cap->subCodecSupportsDrawInDecodeOrder = true;  
     426                 
     427        //  XXX enabling this seems to cause rare visible artifacts in h.264? 
     428        //      cap->subCodecSupportsDrawInDecodeOrder = true;  
    427429                cap->subCodecSupportsDecodeSmoothing = true;  
    428430        }