[FFmpeg-devel] [PATCH] add gb argument to ASF functions of interest to MS-RTSP

Michael Niedermayer michaelni
Wed Dec 17 16:32:00 CET 2008


On Wed, Dec 17, 2008 at 09:05:21AM -0500, Ronald S. Bultje wrote:
> Hi,
> 
> On Sun, Dec 14, 2008 at 2:39 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> >> @@ -141,11 +141,10 @@
> >>      }
> >>  }
> >>
> >> -static int asf_read_header(AVFormatContext *s, AVFormatParameters *ap)
> >> +static int asf_parse_header(AVFormatContext *s, ByteIOContext *pb)
> >>  {
> >>      ASFContext *asf = s->priv_data;
> >>      GUID g;
> >> -    ByteIOContext *pb = s->pb;
> >>      AVStream *st;
> >>      ASFStream *asf_st;
> >>      int size, i;
> [..]
> >
> > this does not just add a gb arg it renames the function as well
> 
> I think it's leftover from older versions of my changes, since that
> change turned out to not actually be necessary. The other hunks (I do
> need it for get/parse_packet()) are attached here.

looks ok

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

I am the wisest man alive, for I know one thing, and that is that I know
nothing. -- Socrates
-------------- 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/20081217/ba20ae07/attachment.pgp>



More information about the ffmpeg-devel mailing list