Path: chuka.playstation.co.uk!news From: gil@snsys.com (Gil Jaysmith) Newsgroups: scee.yaroze.programming.gnu_compiler Subject: Re: Memory allocation probs... Date: Tue, 04 Nov 1997 16:23:40 GMT Organization: SN Systems Lines: 24 Message-ID: <345f4a7c.360738@news.playstation.co.uk> References: <34551BB5.58BA@dial.pipex.com> <3454c596.21265918@news.playstation.co.uk> <3456076E.92B9FC58@micronetics.com> <3456FA5F.DB8@dial.pipex.com> <345695E0.6102@peace.co.nz> <3457216F.61478ECA@micronetics.com> <3457AB65.28CC@peace.co.nz> <3458b58e.3790452@news.playstation.co.uk> <345CFDA7.794B@peace.co.nz> <63l8d3$sk227@chuka.playstation.co.uk> Reply-To: gil@snsys.com NNTP-Posting-Host: gil.snsys.com X-Newsreader: Forte Free Agent 1.11/32.235 "Graeme Evans" wrote: >I think RIFF is a microsoft format. WAV files are a sort of RIFF, I'm sure >theres an explanation of the format somewhere in the windows multimedia >manuals. Not that it would help you much except tell you where to look in >the header to find the format of the data inside the RIFF, which could I >guess be anything Gil cheerfully boots up MSDEV and there you are: Resource Interchange File Format (RIFF) A tagged-file specification used to define standard formats for multimedia files. Tagged-file structure helps prevent compatibility problems that often occur when file-format definitions change over time. Because each piece of data in the file is identified by a standard header, an application that does not recognize a given data element can skip over the unknown information. See also tagged file format. The exact contents are subject to interpretation by the specific file player thanks to this headered-block system; the examples given are WAVE (samples), RMID (MIDI), and RDIB (bitmaps). I expect there's a movie format in there somewhere too. - Gil