Changeset 785
- Timestamp:
- 01/23/08 19:41:39 (9 months ago)
- Files:
-
- branches/perian-1.1/TextSubCodec.r (modified) (1 diff)
- branches/perian-1.1/VobSubCodec.r (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/perian-1.1/TextSubCodec.r
r670 r785 59 59 // These flags specify information about the capabilities of the component 60 60 // Works with 1-bit, 8-bit, 16-bit and 32-bit Pixel Maps 61 #define kTextSubDecoFlags ( codecInfoDoes32 | codecInfoDoes16 | codecInfoDoes8 | codecInfoDoes1 | c odecInfoDoesSpool | cmpThreadSafe | codecInfoDoesStretch | codecInfoDoesShrink)61 #define kTextSubDecoFlags ( codecInfoDoes32 | codecInfoDoes16 | codecInfoDoes8 | codecInfoDoes1 | cmpThreadSafe | codecInfoDoesStretch | codecInfoDoesShrink) 62 62 63 63 // These flags specify the possible format of compressed data produced by the component branches/perian-1.1/VobSubCodec.r
r338 r785 60 60 // These flags specify information about the capabilities of the component 61 61 // Works with 1-bit, 8-bit, 16-bit and 32-bit Pixel Maps 62 #define kVobSubDecoFlags ( codecInfoDoes32 | codecInfoDoes16 | codecInfoDoes8 | codecInfoDoes1 | c odecInfoDoesSpool | cmpThreadSafe )62 #define kVobSubDecoFlags ( codecInfoDoes32 | codecInfoDoes16 | codecInfoDoes8 | codecInfoDoes1 | cmpThreadSafe ) 63 63 64 64 // These flags specify the possible format of compressed data produced by the component
