home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / SAMPLES / MM / CODEC / INST / SAMPCODC.SCR < prev   
Text File  |  1995-08-24  |  893b  |  24 lines

  1. /*    SAMPCODC.SCR   */
  2.  
  3. mmioCodec2Install =
  4.    (
  5.    mmio2Length         = 404L
  6.    mmio2FourCC         = "AVI "
  7.    mmio2DllName        = "$(DEST)SAMPCODC.DLL"
  8.    mmio2DllEntryPoint  = "SampleCodecEntry"
  9.    mmio2CompTypeFcc    = "SAMP"
  10.    mmio2CompSubType    = 0L
  11.    mmio2MediaType      = 0x40L
  12.    mmio2Flags          = 0L
  13.    mmio2CapsFlags      = 0x000DCF1FL
  14.    mmio2HWName         = ""
  15.    mmio2MaxSrcBuf      = 0L
  16.    mmio2SyncMethod     = 1L
  17.    mmio2Reserved1      = 0x59455247L /* This is the fourcc of the color      */
  18.    mmio2XAlign         = 1L          /* space your codec decompresses to.    */
  19.    mmio2YAlign         = 1L          /* This spells out "YERG", reverse for  */
  20.    mmio2SpecInfo       = ""          /* GREY, or greyscale.  See fourcc.h    */
  21.    )                                 /* for other formats fourccs.           */
  22.  
  23. /* end of SAMPCODC.SCR */
  24.