On Wed, Jun 06, 2012 at 11:32:36AM -0400, Justin Ruggles wrote:
> 
> --- /dev/null
> +++ b/libavresample/resample_template.c
> @@ -0,0 +1,102 @@
> +
> +#if defined(CONFIG_RESAMPLE_DBL)
> +#define RENAME(func)  func ## _ ## dbl
> +#define FELEM         double
> +#define FELEM2        double
> +#define FELEML        double
> +#define OUT(d, v) d = v
> +#define DBL_TO_FELEM(d, v) d = v

Do feel free to ignore me if I'm just nitpicking for no gain, but what
are FELEM, FELEM2 and FELEML?  The names are none too obvious...

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to