[nut]: r682 - docs/nut.txt

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@gentoo.org> Signed-off-by: Michael Niedermayer <michaelni@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

On Dec 24, 2013 7:59 AM, "michael" <subversion@mplayerhq.hu> wrote:
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@gentoo.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Modified: docs/nut.txt
Modified: docs/nut.txt
============================================================================== Does libnut/FFmpeg/Libav require any updates? [...] Timothy

On Tue, Dec 24, 2013 at 06:01:57AM -0800, Timothy Gu wrote:
On Dec 24, 2013 7:59 AM, "michael" <subversion@mplayerhq.hu> wrote:
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@gentoo.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Modified: docs/nut.txt
Modified: docs/nut.txt
==============================================================================
Does libnut/FFmpeg/Libav require any updates?
yes, patch for ffmpeg for that is already on ffmpeg-devel, i suspect the patch should apply to libav as well, libnut would need some volunteer to update it [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The real ebay dictionary, page 2 "100% positive feedback" - "All either got their money back or didnt complain" "Best seller ever, very honest" - "Seller refunded buyer after failed scam"
participants (3)
-
michael
-
Michael Niedermayer
-
Timothy Gu