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

Ronald S. Bultje rsbultje
Wed Dec 17 15:05:21 CET 2008


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.

Ronald
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: asf-add-gb-argument.patch
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20081217/4788fa88/attachment.asc>



More information about the ffmpeg-devel mailing list