summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-08 18:40:08 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-08 18:40:08 +0000
commit15a0cdbad68b6ea5b5d7534b28b960ee42fb74ab (patch)
tree037b2ee75b8909d23371436ef84f9e3547448859 /DOCS
parent2afd79af349f5a9a7f818e868585f77f58cfe823 (diff)
downloadmpv-15a0cdbad68b6ea5b5d7534b28b960ee42fb74ab.tar.bz2
mpv-15a0cdbad68b6ea5b5d7534b28b960ee42fb74ab.tar.xz
clearer frame_code explanation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20791 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/nut.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/DOCS/tech/nut.txt b/DOCS/tech/nut.txt
index e43173bc44..e623dc718b 100644
--- a/DOCS/tech/nut.txt
+++ b/DOCS/tech/nut.txt
@@ -548,7 +548,11 @@ codec_specific_data
(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