Changeset 805

Show
Ignore:
Timestamp:
02/09/08 13:29:53 (2 years ago)
Author:
astrange
Message:

Fix the regression with h.264 avi.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/perian-1.1/FFusionCodec.c

    r798 r805  
    691691                // XXX: at the moment ffmpeg can't handle interlaced H.264 right 
    692692                // specifically PAFF + spatial prediction 
    693                 if (codecID == CODEC_ID_H264 && !ffusionIsParsedVideoDecodable(glob->begin.parser)) 
     693                if (glob->componentType == 'avc1' && !ffusionIsParsedVideoDecodable(glob->begin.parser)) 
    694694                        err = featureUnsupported; 
    695695