[NUT-devel] [nut]: r682 - docs/nut.txt
michael
subversion at mplayerhq.hu
Tue Dec 24 14:59:43 CET 2013
Author: michael
Date: Tue Dec 24 14:59:42 2013
New Revision: 682
Log:
nut: add a minor version field
Reviewed-by: Luca Barbato <lu_zero at gentoo.org>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
Modified:
docs/nut.txt
Modified: docs/nut.txt
==============================================================================
--- docs/nut.txt Sat Nov 9 18:31:48 2013 (r681)
+++ docs/nut.txt Tue Dec 24 14:59:42 2013 (r682)
@@ -1,5 +1,5 @@
==================================
-NUT Open Container Format 20080202
+NUT Open Container Format 20131223
==================================
@@ -243,6 +243,8 @@ reserved_headers
main_header:
version v
+ if (version > 3)
+ minor_version v
stream_count v
max_distance v
time_base_count v
@@ -463,6 +465,12 @@ info_startcode (f(64))
version (v)
NUT version. The current value is 3. All lower values are pre-freeze.
+minor_version (v)
+ NUT minor_version. This represents minor changes in the specification
+ which do not affect compatibility. Demuxers MUST NOT reject files
+ based on this value.
+ The current value is 0
+
stream_count (v)
number of streams in this file
More information about the NUT-devel
mailing list