changeset 11867:ba4e21f7bd3a libavcodec

Cosmetics: indent Patch by Francesco Lavra (firstnamelastname@interfree.it)
author vitor
date Fri, 11 Jun 2010 08:04:22 +0000
parents 0d8f35836b20
children 159554445343
files ra144.c ra144.h
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ra144.c	Fri Jun 11 08:03:43 2010 +0000
+++ b/ra144.c	Fri Jun 11 08:04:22 2010 +0000
@@ -1503,7 +1503,7 @@
 };
 
 void ff_add_wav(int16_t *dest, int n, int skip_first, int *m, const int16_t *s1,
-             const int8_t *s2, const int8_t *s3)
+                const int8_t *s2, const int8_t *s3)
 {
     int i;
     int v[3];
@@ -1579,7 +1579,7 @@
 
 /**
  * Evaluate the LPC filter coefficients from the reflection coefficients.
- * Does the inverse of the eval_refl() function.
+ * Does the inverse of the ff_eval_refl() function.
  */
 void ff_eval_coefs(int *coefs, const int *refl)
 {
--- a/ra144.h	Fri Jun 11 08:03:43 2010 +0000
+++ b/ra144.h	Fri Jun 11 08:04:22 2010 +0000
@@ -50,7 +50,7 @@
 } RA144Context;
 
 void ff_add_wav(int16_t *dest, int n, int skip_first, int *m, const int16_t *s1,
-             const int8_t *s2, const int8_t *s3);
+                const int8_t *s2, const int8_t *s3);
 void ff_copy_and_dup(int16_t *target, const int16_t *source, int offset);
 int ff_eval_refl(int *refl, const int16_t *coefs, AVCodecContext *avctx);
 void ff_eval_coefs(int *coefs, const int *refl);