[FFmpeg-devel] [PATCH] Apple RPZA encoder

Diego Biurrun diego
Mon Mar 30 07:14:55 CEST 2009


On Mon, Mar 30, 2009 at 10:17:43AM +0530, Jai Menon wrote:
> 
> Other fixes were made, patch attached.
> 
> --- libavcodec/Makefile	(revision 18140)
> +++ libavcodec/Makefile	(working copy)
> @@ -182,6 +182,7 @@
>  OBJS-$(CONFIG_RPZA_DECODER)            += rpza.o
> +OBJS-$(CONFIG_RPZA_ENCODER)            += rpzaenc.o

Does this really depend on nothing else?  Try disabling all decoders and
encoders and just enabling rpzaenc.

> --- libavcodec/rpzaenc.c	(revision 0)
> +++ libavcodec/rpzaenc.c	(revision 0)
> @@ -0,0 +1,746 @@
> +/*
> + * QuickTime RPZA video encoder.

pointless period

I don't want to bitch about this, but please use proper punctuation in
your doxygen comments.

Diego



More information about the ffmpeg-devel mailing list