summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-10 17:47:01 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-10 17:47:01 +0000
commit2791c8b17160d9641189f6c524932065c4eb69a5 (patch)
treeac079660c7551e03ef80a271b7195c8f70cf9396 /DOCS
parent63d6209c7a02859ff791416cb6c983912692203c (diff)
downloadmpv-2791c8b17160d9641189f6c524932065c4eb69a5.tar.bz2
mpv-2791c8b17160d9641189f6c524932065c4eb69a5.tar.xz
stream_count
a few more words for forward_ptr and file_id_string git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20838 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/nut.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/tech/nut.txt b/DOCS/tech/nut.txt
index b4bdb93e9f..9881d9fc67 100644
--- a/DOCS/tech/nut.txt
+++ b/DOCS/tech/nut.txt
@@ -401,6 +401,8 @@ Tag description:
file_id_string
"nut/multimedia container\0"
+ the very first thing in every nut file, usefull for identifying nut
+ files
*_startcode
all startcodes start with 'N'
@@ -423,9 +425,15 @@ info_startcode
version
NUT version. The current value is 3. All lower values are pre-freeze
+stream_count
+ number of streams in this file
+
forward_ptr
size of the packet data (exactly the distance from the first byte
after the packet_header to the first byte of the next packet)
+ every nut packet contains a forward_ptr immedeatly after its startcode
+ with the exception of frame_code based packets, the forward pointer
+ can be used to skip over the packet without decoding its contents
max_distance
max distance between startcodes. If p1 and p2 are the byte