[FFmpeg-devel] [PATCH] RTSP-MS 10/15: ASF header parsing

Ronald S. Bultje rsbultje
Tue Jan 6 14:49:06 CET 2009


Hi Diego,

On Tue, Jan 6, 2009 at 3:11 AM, Diego Biurrun <diego at biurrun.de> wrote:
> On Tue, Jan 06, 2009 at 12:11:17AM -0500, Ronald S. Bultje wrote:
>>
>> --- /dev/null 1970-01-01 00:00:00.000000000 +0000
>> +++ ffmpeg-svn/libavformat/rtp_asf.c  2009-01-05 23:40:36.000000000 -0500
>> @@ -0,0 +1,53 @@
>> +
>> +void
>> +ff_wms_parse_sdp_a_line (AVFormatContext *s, const char *p)
>
> K&R would put this on one line and leave out the space between the
> name and the opening parenthesis.
>
>> --- /dev/null 1970-01-01 00:00:00.000000000 +0000
>> +++ ffmpeg-svn/libavformat/rtp_asf.h  2009-01-05 23:40:36.000000000 -0500
>> @@ -0,0 +1,35 @@
>> +
>> +#ifndef __RTP_ASF_H__
>> +#define __RTP_ASF_H__
>
> You should know you're not allowed to do this by now :-p

All fixed. Also removed some strange void -> transport_context that
accidently made it into this patch...

Ronald
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rtsp-ms-asf-header.patch
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090106/2ec46b3e/attachment.asc>



More information about the ffmpeg-devel mailing list