[Ffmpeg-devel] [PATCH] simplify libavcodec/allcodecs.c
Diego Biurrun
diego
Tue Nov 28 12:37:34 CET 2006
On Tue, Nov 28, 2006 at 10:14:35AM +0100, Benjamin Zores wrote:
> >
> > Same as for allformats, but applied to allcodecs.
> > Line count divided by 3.
> > I will apply soon.
>
> +#define REGISTER_ENCDEC(X,x) REGISTER_ENCODER(X,x); REGISTER_DECODER(X,x)
>
> The name sounds pretty bad at hearing.
It's not that bad and only used internally.
> Why not simply REGISTER_CODEC instead (which should mean coder-decoder) ?
Codec is much too ambiguous IMO.
Diego
More information about the ffmpeg-devel
mailing list