[FFmpeg-devel] RTP/SVQ3 payload parser

Diego Biurrun diego
Wed Jul 29 18:22:05 CEST 2009


On Wed, Jul 29, 2009 at 12:19:02PM -0400, Ronald S. Bultje wrote:
> 
> On Wed, Jul 29, 2009 at 12:18 PM, Ronald S. Bultje<rsbultje at gmail.com> wrote:
> > Oops. New version attached.
> 
> Really.
> 
> --- /dev/null	1970-01-01 00:00:00.000000000 +0000
> +++ ffmpeg-svn/libavformat/rtp_svq3.c	2009-07-29 12:15:49.000000000 -0400
> @@ -0,0 +1,146 @@
> +
> +#include <string.h>
> +#include <libavcodec/get_bits.h>

Use "" for local includes.

> +static int sv3v_parse_sdp_line (AVFormatContext *s, int stream_index,
> +
> +static int sv3v_parse_packet (AVFormatContext *s, PayloadContext *sv,
> +
> +static PayloadContext *sv3v_extradata_new(void)
> +
> +static void sv3v_extradata_free(PayloadContext *sv)

Please consistently avoid the space after the function name, i.e. K&R.

Diego



More information about the ffmpeg-devel mailing list