[FFmpeg-devel] [PATCH 1/2] nut: add a minor version field

Michael Niedermayer michaelni at gmx.at
Mon Dec 23 03:21:04 CET 2013


Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
 docs/nut.txt |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/docs/nut.txt b/docs/nut.txt
index 7969e3c..44198c1 100644
--- a/docs/nut.txt
+++ b/docs/nut.txt
@@ -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
 
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list