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

Michael Niedermayer michaelni at gmx.at
Tue Dec 24 15:00:14 CET 2013


On Mon, Dec 23, 2013 at 06:31:25AM +0100, Luca Barbato wrote:
> On 23/12/13 03:21, Michael Niedermayer wrote:
> > 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
> > +
> 
> Looks fine.

applied

thanks, and merry christmess

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The misfortune of the wise is better than the prosperity of the fool.
-- Epicurus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20131224/a3460602/attachment.asc>


More information about the ffmpeg-devel mailing list