changeset 6949:8e907d8094f5 libavcodec

Minor simplification
author vitor
date Sat, 31 May 2008 14:38:34 +0000
parents 1d8e1ee1a572
children ec4e01cb0089
files ra144.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ra144.c	Sat May 31 14:36:46 2008 +0000
+++ b/ra144.c	Sat May 31 14:38:34 2008 +0000
@@ -322,8 +322,7 @@
     static const uint8_t sizes[10] = {6, 5, 5, 4, 4, 3, 3, 3, 3, 2};
     unsigned int refl_rms[4];  // RMS of the reflection coefficients
     uint16_t gbuf2[4][30];
-    unsigned int c;
-    int i;
+    int i, c;
     int16_t *data = vdata;
     unsigned int energy;