comparison libaf/af_resample_template.c @ 28230:1e8262fa78c3

Remove obsolete and misleading comment.
author diego
date Mon, 05 Jan 2009 12:43:50 +0000
parents 72d0b1444141
children 0f1b5b68af32
comparison
equal deleted inserted replaced
28229:72d0b1444141 28230:1e8262fa78c3
21 /* This file contains the resampling engine, the sample format is 21 /* This file contains the resampling engine, the sample format is
22 controlled by the FORMAT parameter, the filter length by the L 22 controlled by the FORMAT parameter, the filter length by the L
23 parameter and the resampling type by UP and DN. This file should 23 parameter and the resampling type by UP and DN. This file should
24 only be included by af_resample.c 24 only be included by af_resample.c
25 */ 25 */
26
27 /* This header intentionally has no multiple inclusion guards. It is meant to
28 * be included multiple times and generates different code depending on the
29 * value of certain #defines. */
30 26
31 #undef L 27 #undef L
32 #undef SHIFT 28 #undef SHIFT
33 #undef FORMAT 29 #undef FORMAT
34 #undef FIR 30 #undef FIR