QuickTime Developer Series


Corrections

There are two errors in the code listing on page 247.

1) The call about 1/4 down the page should be:

nErr = OpenADefaultComponent(StandardCompressionType,
     StandardCompressionSubType, &stdComponent);

     Note the & before stdComponent.

2) About 3/4 down the page, it should read:

lErr = SCCompressSequenceFrame(stdComponent, pGWorld->portPixMap, rect,
     &hCompressedData, &(**hImageDesc).dataSize, &syncFlags);

     Note that it should be &hCompressedData (with an h) and that there is an extra right paren on that line.

More to come...

Home | Updates | FAQ | Table of Contents | Sample Chapter