changeset 9157:33477a19f89e libavcodec

Cosmetics from Kenan Gillet's 'extract and share weighted_vector_sumf' patchset. Just a reindent.
author reynaldo
date Mon, 09 Mar 2009 22:00:35 +0000
parents 139d30c8c274
children 0d5eed0f1b45
files qcelpdec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/qcelpdec.c	Mon Mar 09 21:55:24 2009 +0000
+++ b/qcelpdec.c	Mon Mar 09 22:00:35 2009 +0000
@@ -631,7 +631,7 @@
     if(weight != 1.0)
     {
         ff_weighted_vector_sumf(interpolated_lspf, curr_lspf, q->prev_lspf,
-                             weight, 1.0 - weight, 10);
+                                weight, 1.0 - weight, 10);
         lspf2lpc(interpolated_lspf, lpc);
     }else if(q->bitrate >= RATE_QUARTER ||
              (q->bitrate == I_F_Q && !subframe_num))