From 4f7da5d89c98aea1a71e46640b2a4c15181d0a05 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 15 Sep 2004 00:34:55 +0000 Subject: [PATCH] minor comments --- doc/html/ogg_mapping.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/html/ogg_mapping.html b/doc/html/ogg_mapping.html index 8c72bee9..544ed514 100644 --- a/doc/html/ogg_mapping.html +++ b/doc/html/ogg_mapping.html @@ -110,7 +110,7 @@
  • The four-byte ASCII signature "FLAC", i.e. 0x46, 0x4C, 0x41, 0x43
  • A one-byte binary major version number for the mapping, e.g. 0x01 for mapping version 1.0
  • A one-byte binary minor version number for the mapping, e.g. 0x00 for mapping version 1.0
  • -
  • A two-byte, big-endian binary number signifying the number of header (non-audio) packets, including this one. This number may be zero (0x0000) to signify 'unknown' but be aware that some decoders may not be able to handle such streams.@@@@@@
  • +
  • A two-byte, big-endian binary number signifying the number of header (non-audio) packets, including this one. This number may be zero (0x0000) to signify 'unknown' but be aware that some decoders may not be able to handle such streams.
  • The four-byte ASCII native FLAC signature "fLaC" according to the FLAC format specification
  • The STREAMINFO metadata block for the stream.