diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-05 12:09:21 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-05 12:09:21 +0000 |
commit | b865549f3f501b96d93a2e08af1c825804d2e139 (patch) | |
tree | 22b3898f6e2d973ee6c1ac1b10ebe2ab80c55bb9 /DOCS/tech | |
parent | 5b0ca20b8a3835092ca49368b4d3f70e80b89eb1 (diff) |
branch field to distinguish mncf from nut
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13562 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r-- | DOCS/tech/mncf.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/tech/mncf.txt b/DOCS/tech/mncf.txt index 023290a7ca..31515a1181 100644 --- a/DOCS/tech/mncf.txt +++ b/DOCS/tech/mncf.txt @@ -86,6 +86,7 @@ reserved_bytes main header: main_startcode f(64) packet header + branch v version v stream_count v max_distance v @@ -249,6 +250,9 @@ index_startcode info_startcode 0xAB68B596BA78ULL + (((uint64_t)('N'<<8) + 'I')<<48) +branch + 1 for my fork, 0 for the official nut container + version 2 for now |