Changeset 16
- Timestamp:
- 07/09/06 22:36:41 (2 years ago)
- Files:
-
- trunk/FFusionCodec.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/FFusionCodec.c
r8 r16 194 194 if (bitfield >= 0x1010) 195 195 { 196 Codecprintf("Use speedy y420 component"); 197 printf(" 0x%lx\n", bitfield); 198 196 Codecprintf("Use speedy y420 component"); 199 197 glob->hasy420 = 1; 200 198 } … … 209 207 210 208 err = OpenADefaultComponent(decompressorComponentType, kBaseCodecType, &glob->delegateComponent); 211 printf("Perian codec: glob->delegateComponent:0x%x \n",glob->delegateComponent);212 209 if (!err) 213 210 {
