[Matroska-cvs] [www] r1146 -
trunk/www.matroska.org/data/technical/specs/codecid
robux4 at matroska.org
robux4 at matroska.org
Mon Feb 18 09:40:50 CET 2008
Author: robux4
Date: 2008-02-18 11:40:41 +0300 (Mon, 18 Feb 2008)
New Revision: 1146
Modified:
trunk/www.matroska.org/data/technical/specs/codecid/index.html
Log:
spec: PCM float is little endian
Modified: trunk/www.matroska.org/data/technical/specs/codecid/index.html
===================================================================
--- trunk/www.matroska.org/data/technical/specs/codecid/index.html 2008-01-07 17:21:20 UTC (rev 1145)
+++ trunk/www.matroska.org/data/technical/specs/codecid/index.html 2008-02-18 08:40:41 UTC (rev 1146)
@@ -244,7 +244,8 @@
<td>A_PCM/FLOAT/IEEE</td>
<td>Floating Point, IEEE compatible</td>
<td><p>The private data is void. The bitdepth has to be read and set from
- KaxAudioBitDepth element (32 bit in most cases)</p>
+ KaxAudioBitDepth element (32 bit in most cases). The float are stored in
+ little endian order (most common float format).</p>
<p>Corresponding ACM wFormatTag : 0x0003</p></td>
</tr>
<tr>
More information about the Matroska-cvs
mailing list