Re: Matroska-users Digest, Vol 114, Issue 2

Moritz Bunkus <[email protected]> Thu, 10 Jan 2013 22:53:08 +0100
Newsgroups gmane.comp.multimedia.matroska.user
Message-ID <CANPayMS+m_RBGiSEQcAcChF94gy2TjPQtKumcgKdpysik7=wYQ@mail.gmail.com>
Hey,

it's indeed a 4 byte float. Simply dumped from the memory as it is.
Standard IEEE numeric format. See e.g.
http://msdn.microsoft.com/en-us/library/0b34tf65.aspx for the
interpreation.

In C you would simply do something like

 float value;
 fread(file, &value, 1, 4);

or something like that...

Kind regards,
mosu
_______________________________________________
Matroska-users mailing list
[email protected]
http://lists.matroska.org/cgi-bin/mailman/listinfo/matroska-users
Read Matroska-Users on GMane: http://dir.gmane.org/gmane.comp.multimedia.matroska.user