summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-15 00:12:39 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-15 00:12:39 +0000
commitab96ebd98eccdaf437a6eebd41fc3f21ae3e4d7d (patch)
tree7e59093245638aa3c690e5adfd2d98512a93c974 /DOCS
parentd4f55932c1e32e44762aa7271dbd2e43374515e3 (diff)
downloadmpv-ab96ebd98eccdaf437a6eebd41fc3f21ae3e4d7d.tar.bz2
mpv-ab96ebd98eccdaf437a6eebd41fc3f21ae3e4d7d.tar.xz
revert last 2 commits on nut.txt
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20938 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/nut.txt22
1 files changed, 6 insertions, 16 deletions
diff --git a/DOCS/tech/nut.txt b/DOCS/tech/nut.txt
index 2b3809ef06..8f3bf6a49e 100644
--- a/DOCS/tech/nut.txt
+++ b/DOCS/tech/nut.txt
@@ -1,5 +1,5 @@
==================================
-NUT Open Container Format 20061114
+NUT Open Container Format 20061104
==================================
@@ -187,15 +187,11 @@ file:
packet_header, index_packet, packet_footer
}
if (!eof) while(next_code != main_startcode){
- packet_header, syncpoint, packet_footer
- do{
- frame
- }while(next_code == framecode);
- reserved_headers
- while(next_code == info_startcode){
- packet_header, info_packet, packet_footer
- reserved_headers
+ if(next_code == syncpoint_startcode){
+ packet_header, syncpoint, packet_footer
}
+ frame
+ reserved_headers
}
}
@@ -887,15 +883,9 @@ file as well.
Info:
-----
-All info packets stored after a main header set MUST also have an identical
+If a info packet is stored anywhere then a muxer MUST also store an identical
info packet after every main-stream-header set
-All info packets not stored after a main header set MUST have
-chapter_id!=0 .
-
-Info packets SHOULD be written after main header sets in non realtime
-streams.
-
If a demuxer has seen several info packets with the same chapter_id and
stream_id then it MUST ignore all but the one with the highest position in
the file