[FFmpeg-soc] [soc]: r771 - jpeg2000/j2kdec.c

Diego Biurrun diego at biurrun.de
Tue Aug 14 15:42:35 CEST 2007


On Tue, Aug 14, 2007 at 01:08:52PM +0200, k.nowosad wrote:
> 
> --- (empty file)
> +++ jpeg2000/j2kdec.c	Tue Aug 14 13:08:52 2007
> @@ -0,0 +1,1091 @@
> +
> +/** code block */
> +typedef struct {
> +    uint8_t npassess;

What is this weird name supposed to mean?

> +static int getnpassess(J2kDecoderContext *s)

same here

Also, please try to avoid some of those long lines.

Diego



More information about the FFmpeg-soc mailing list