[FFmpeg-devel] ARMovie/RPL demuxer

Diego Biurrun diego
Sun Mar 23 13:10:15 CET 2008


On Sun, Mar 23, 2008 at 12:31:25AM -0700, Eli Friedman wrote:
> Per subject, a ARMovie/RPL demuxer; format documented at
> http://wiki.multimedia.cx/index.php?title=ARMovie, patch adapted from
> http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2007-November/037984.html.
> 
> --- libavformat/rpl.c	(revision 0)
> +++ libavformat/rpl.c	(revision 0)
> @@ -0,0 +1,404 @@
> +
> +static int read_int(char* line, uint32_t* number) {
> +  unsigned long result;

Inconsistent indentation, you should be using 4 spaces.  Also, there is
some trailing whitespace in your patch.

Diego




More information about the ffmpeg-devel mailing list