Commit a0b006cd authored by vitor's avatar vitor

Remove useless zeroing of a buffer

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15038 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0a53b8c3
......@@ -35,7 +35,6 @@ static void compute_lpc_coefs(const double *autoc, int max_order,
double r, err, tmp;
double lpc_tmp[MAX_LPC_ORDER];
for(i=0; i<max_order; i++) lpc_tmp[i] = 0;
err = autoc[0];
for(i=0; i<max_order; i++) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment