Just making some windows builds, and there's a warning about "pitch" may be used without being initialised (V1.0.4) in nb_celp.c Can be removed by changing line 1010 from int pitch; to int pitch = 0; Cheers, Zen.