Changeset 785

Show
Ignore:
Timestamp:
01/23/08 19:41:39 (9 months ago)
Author:
astrange
Message:

Don't claim to be able to spool in the subtitle codecs.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/perian-1.1/TextSubCodec.r

    r670 r785  
    5959// These flags specify information about the capabilities of the component 
    6060// Works with 1-bit, 8-bit, 16-bit and 32-bit Pixel Maps 
    61 #define kTextSubDecoFlags ( codecInfoDoes32 | codecInfoDoes16 | codecInfoDoes8 | codecInfoDoes1 | codecInfoDoesSpool | cmpThreadSafe | codecInfoDoesStretch | codecInfoDoesShrink) 
     61#define kTextSubDecoFlags ( codecInfoDoes32 | codecInfoDoes16 | codecInfoDoes8 | codecInfoDoes1 | cmpThreadSafe | codecInfoDoesStretch | codecInfoDoesShrink) 
    6262 
    6363// These flags specify the possible format of compressed data produced by the component 
  • branches/perian-1.1/VobSubCodec.r

    r338 r785  
    6060// These flags specify information about the capabilities of the component 
    6161// Works with 1-bit, 8-bit, 16-bit and 32-bit Pixel Maps 
    62 #define kVobSubDecoFlags ( codecInfoDoes32 | codecInfoDoes16 | codecInfoDoes8 | codecInfoDoes1 | codecInfoDoesSpool | cmpThreadSafe ) 
     62#define kVobSubDecoFlags ( codecInfoDoes32 | codecInfoDoes16 | codecInfoDoes8 | codecInfoDoes1 | cmpThreadSafe ) 
    6363 
    6464// These flags specify the possible format of compressed data produced by the component