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

Diego Biurrun diego
Tue Jan 6 09:11:21 CET 2009


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

> +void ff_wms_parse_sdp_a_line (AVFormatContext *s, const char *p);

see above

> +#endif /* __RTP_ASF_H__ */

see above

Diego




More information about the ffmpeg-devel mailing list