comparison qcelpdata.h @ 8190:e596efd84d27 libavcodec

Cosmetic: Fix typo Spotted by Jethro Walters
author vitor
date Fri, 21 Nov 2008 17:38:14 +0000
parents ebf5202a8fdf
children cc1e8c59f1e8
comparison
equal deleted inserted replaced
8189:9915843e67e2 8190:e596efd84d27
478 478
479 /** 479 /**
480 * table for impulse response of BPF used to filter 480 * table for impulse response of BPF used to filter
481 * the white excitation for framerate 1/4 synthesis 481 * the white excitation for framerate 1/4 synthesis
482 * 482 *
483 * Only half the tables are needed because of symetry. 483 * Only half the tables are needed because of symmetry.
484 * 484 *
485 * TIA/EIA/IS-733 2.4.8.1.2-1.1 485 * TIA/EIA/IS-733 2.4.8.1.2-1.1
486 */ 486 */
487 static const double qcelp_rnd_fir_coefs[11] = { 487 static const double qcelp_rnd_fir_coefs[11] = {
488 -1.344519e-1, 1.735384e-2, -6.905826e-2, 2.434368e-2, 488 -1.344519e-1, 1.735384e-2, -6.905826e-2, 2.434368e-2,