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

Michael Niedermayer michaelni
Sat Nov 3 17:07:30 CET 2007


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

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

I do not agree with what you have to say, but I'll defend to the death your
right to say it. -- Voltaire
-------------- 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/8b7d9ef0/attachment.pgp>



More information about the ffmpeg-devel mailing list