[FFmpeg-cvslog] r23575 - in trunk/libavcodec: ra144.c ra144.h

vitor subversion
Fri Jun 11 10:04:22 CEST 2010


Author: vitor
Date: Fri Jun 11 10:04:22 2010
New Revision: 23575

Log:
Cosmetics: indent

Patch by Francesco Lavra (firstnamelastname at interfree.it)

Modified:
   trunk/libavcodec/ra144.c
   trunk/libavcodec/ra144.h

Modified: trunk/libavcodec/ra144.c
==============================================================================
--- trunk/libavcodec/ra144.c	Fri Jun 11 10:03:43 2010	(r23574)
+++ trunk/libavcodec/ra144.c	Fri Jun 11 10:04:22 2010	(r23575)
@@ -1503,7 +1503,7 @@ const int16_t * const ff_lpc_refl_cb[10]
 };
 
 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 @@ int ff_eval_refl(int *refl, const int16_
 
 /**
  * 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)
 {

Modified: trunk/libavcodec/ra144.h
==============================================================================
--- trunk/libavcodec/ra144.h	Fri Jun 11 10:03:43 2010	(r23574)
+++ trunk/libavcodec/ra144.h	Fri Jun 11 10:04:22 2010	(r23575)
@@ -50,7 +50,7 @@ typedef struct {
 } 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);



More information about the ffmpeg-cvslog mailing list