[Ffmpeg-devel] [PATCH] nuppelvideo decoder

Diego Biurrun diego
Sun Jan 15 02:07:34 CET 2006


On Sat, Jan 14, 2006 at 06:04:36PM +0100, Jindrich Makovicka wrote:
> 
> here is another simple decoder which utilizes LZO. There is still no
> libavformat demuxer (maybe later), but the decoder can be used by
> MPlayer. Then, we could get rid of the rtjpeg, nuppelvideo and minilzo
> code in MPlayer codebase as suggested by Diego.

> /*
>  *
>  * Copyright (C) 2005 the ffmpeg project

Hmm, I think it is standard practise to add the name of the author here
instead..

BTW, what is the official spelling of the name of this project?

FFmpeg or ffmpeg?

> --- Makefile	13 Jan 2006 00:47:16 -0000	1.222
> +++ Makefile	14 Jan 2006 16:14:44 -0000
> @@ -171,6 +171,10 @@
>      OBJS+= cscd.o
>      OBJS+= lzo.o
>  endif
> +ifeq ($(CONFIG_NUV_DECODER),yes)
> +    OBJS+= nuv.o
> +    OBJS+= lzo.o
> +endif

Hmm, CSCD already adds lzo.o to OBJS.  Are multiple entries in OBJS a
problem?  I expect not, but maybe it would be more elegant to build
lzo.o if either CSCD or NUV gets built.

Diego





More information about the ffmpeg-devel mailing list