changeset 20775:05159ef5282e

clearer frame_code explanation
author michael
date Wed, 08 Nov 2006 18:40:08 +0000
parents eb2c12485aac
children 72b7811b21d3
files DOCS/tech/nut.txt
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/nut.txt	Wed Nov 08 18:36:46 2006 +0000
+++ b/DOCS/tech/nut.txt	Wed Nov 08 18:40:08 2006 +0000
@@ -548,7 +548,11 @@
     (with 00 00 01 prefixes)
 
 frame_code
-    the meaning of this byte is stored in the main header
+    frame_code is a 8bit field which exists before every frame, it can
+    store part of the size of the frame, the stream number, the timestamp
+    and some flags amongth other things, what is not directly stored
+    in it but is needed is stored in various fields immedeatly after it
+    the values stored in it can be found in the main header
     the value 78 ('N') is forbidden to ensure that the byte is always
     different from the first byte of any startcode
     a muxer SHOULD mark 0x00 and 0xFF as invalid to improve error