From 5ec29beeb4922e57786075cb426d9c9c4125627e Mon Sep 17 00:00:00 2001 From: Francesco Lavra Date: Fri, 11 Jun 2010 08:04:22 +0000 Subject: Cosmetics: indent Patch by Francesco Lavra (firstnamelastname@interfree.it) Originally committed as revision 23575 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ra144.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ra144.h') diff --git a/libavcodec/ra144.h b/libavcodec/ra144.h index 965a450e8a..26ca5a5fb8 100644 --- a/libavcodec/ra144.h +++ b/libavcodec/ra144.h @@ -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); -- cgit v1.2.3