home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Openstep 4.2 (Developer)
/
Openstep Developer 4.2.iso
/
NextDeveloper
/
Examples
/
NEXTIME
/
NullVideoCodec
/
NullDecoder.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-02-04
|
284 b
|
15 lines
#import <NEXTIME/NTSampleProcessor.h>
@interface NullDecoder: NTSampleProcessor
{
int sWidth, sHeight; /* source width and height */
int dWidth, dHeight; /* dest width and height */
NSMutableDictionary * sampleDescription;
NSMutableData *frameBuffer;
}
@end