[www] r833 - trunk/www.matroska.org/data/technical/specs/codecid
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4 Date: 2004-12-30 01:28:58 +0300 (Thu, 30 Dec 2004) New Revision: 833 Modified: trunk/www.matroska.org/data/technical/specs/codecid/wavpack.html Log: content: oops, the tail is misplaced Modified: trunk/www.matroska.org/data/technical/specs/codecid/wavpack.html =================================================================== --- trunk/www.matroska.org/data/technical/specs/codecid/wavpack.html 2004-12-29 22:27:52 UTC (rev 832) +++ trunk/www.matroska.org/data/technical/specs/codecid/wavpack.html 2004-12-29 22:28:58 UTC (rev 833) @@ -32,9 +32,6 @@ <div id="content"> -</div> -<!--#include virtual="/include/page-tail.html" --> - <p><a href="http://www.wavpack.com/">WavPack</a> stores each data in variable length frames. That means each frame can have a different number of samples.</p> <p>For multi-track files (more than 2 tracks, like for 5.1). A frame consists of many blocks. The first one having the flag WV_INITIAL_BLOCK and the last one WV_FINAL_BLOCK. For a mono or stereo files, both flags are set in each block.</p> <p>Each block starts with a header saved in little-endian with the following format :</p> @@ -185,5 +182,8 @@ </div> +<!--#include virtual="/include/page-tail.html" --> + +</div> </body> </html>