[FFmpeg-devel] [PATCH] make get_v available outside nut demuxer

Kostya kostya.shishkov
Sat Nov 3 20:26:36 CET 2007


On Sat, Nov 03, 2007 at 06:52:56PM +0100, Michael Niedermayer wrote:
> On Sat, Nov 03, 2007 at 08:27:21PM +0200, Kostya wrote:
> > On Sat, Nov 03, 2007 at 05:07:30PM +0100, Michael Niedermayer wrote:
> > > On Sat, Nov 03, 2007 at 06:12:20PM +0200, Kostya wrote:
> > > > Since Musepack SV8 uses NUT method for storing some variables
> > > > and maybe other containers will follow, here's the trivial
> > > > patch to make get_v() available to them.
> > > 
> > > > Index: libavformat/avio.h
> > > > ===================================================================
> > > > --- libavformat/avio.h	(revision 10907)
> > > > +++ libavformat/avio.h	(working copy)
> > > > @@ -192,6 +192,8 @@
> > > >  unsigned int get_be32(ByteIOContext *s);
> > > >  uint64_t get_be64(ByteIOContext *s);
> > > >  
> > > > +uint64_t get_v(ByteIOContext *bc);
> > > 
> > > ff_ prefix
> > 
> > Like this?
> 
> yes, though please commit the rename seperately

done

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




More information about the ffmpeg-devel mailing list