[FFmpeg-devel] [PATCH] Lego Mindstorms RSO de/muxer (copied from au.c)

Diego Biurrun diego
Wed Jul 14 23:44:02 CEST 2010


On Wed, Jul 14, 2010 at 09:54:31PM +0200, Rafa?l Carr? wrote:
> - format from http://bricxcc.sourceforge.net/

This is missing a minor version bump and a documentation update.

> --- /dev/null
> +++ b/libavformat/rso.c
> @@ -0,0 +1,203 @@
> +/*
> + * RSO muxer and demuxer
> + * Copyright (c) 2001 Fabrice Bellard (original AU code)
> + * Copyright ?? 2010 Rafa??l Carr??

Please use UTF-8

> +#if CONFIG_RSO_MUXER

Split muxer and demuxer into separate files and avoid the #ifdefs.

> +static int rso_read_packet(AVFormatContext *s,
> +                          AVPacket *pkt)

Indentation is off; just don't break this short line.

Diego



More information about the ffmpeg-devel mailing list