home *** CD-ROM | disk | FTP | other *** search
- /* "MooV" = "NEXTIME"; pairs. Each key must be 4 characters long, padded
- with trailing spaces. The corresponding value may be any valid C
- string.
-
- The entries in this table are used to map MooV file tags into
- NEXTIME tags.
- */
-
- {
- /* Track/Media types */
- "vide" = "NTVideo";
- "soun" = "NTSound";
- "text" = "NTText";
-
- /* Generic encoding formats */
- "raw " = "NTRaw";
-
- /* Sound encoding formats */
- "twos" = "NTRaw";
- "dMla" = "NTDeltaMulaw";
- "Mlaw" = "NTMulaw";
-
- /* Video encoding formats */
- "rpza" = "NTRoadPizza";
- "cvid" = "NTCinepak";
- "mpeg" = "NT_MPEG1";
- "jpeg" = "NT_JPEG1";
- "Wave" = "NTWavelet";
- "uWav" = "NTMicroWavelet";
- "stVQ" = "NTSpaceTimeVQ";
- "Null" = "NTNullVideo";
- }
-