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

Michael Niedermayer michaelni
Sat Nov 3 18:52:56 CET 2007


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

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

The worst form of inequality is to try to make unequal things equal.
-- Aristotle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20071103/4633dc51/attachment.pgp>



More information about the ffmpeg-devel mailing list