Changeset 1188
- Timestamp:
- 10/29/09 15:49:17 (5 months ago)
- Files:
-
- trunk/FFusionCodec.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/FFusionCodec.c
r1185 r1188 612 612 enum CodecID codecID = getCodecID(componentType); 613 613 614 if(componentType == 'mp4v' || componentType == 'avc1') 614 // official Apple/QT/ISO/etc fourccs are likely to have PTS vs DTS defined 615 // FIXME what this actually checks is whether the file has a 'ctts' atom, can we do that directly? 616 if(componentType == kMPEG4VisualCodecType || componentType == kH264CodecType || 617 componentType == kMPEG1VisualCodecType || componentType == kMPEG2VisualCodecType) 615 618 glob->packedType = PACKED_QUICKTIME_KNOWS_ORDER; 616 619
