Changeset 805
- Timestamp:
- 02/09/08 13:29:53 (6 months ago)
- Files:
-
- branches/perian-1.1/FFusionCodec.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/perian-1.1/FFusionCodec.c
r798 r805 691 691 // XXX: at the moment ffmpeg can't handle interlaced H.264 right 692 692 // specifically PAFF + spatial prediction 693 if ( codecID == CODEC_ID_H264&& !ffusionIsParsedVideoDecodable(glob->begin.parser))693 if (glob->componentType == 'avc1' && !ffusionIsParsedVideoDecodable(glob->begin.parser)) 694 694 err = featureUnsupported; 695 695
