From 115329f16062074e11ccf3b89ead6176606c9696 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 17 Dec 2005 18:14:38 +0000 Subject: COSMETICS: Remove all trailing whitespace. Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ac3dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ac3dec.c') diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c index db7189ec7a..f9642f13e0 100644 --- a/libavcodec/ac3dec.c +++ b/libavcodec/ac3dec.c @@ -78,7 +78,7 @@ static inline void float_to_int (float * _f, int16_t * s16, int nchannels) #define HEADER_SIZE 7 -static int ac3_decode_frame(AVCodecContext *avctx, +static int ac3_decode_frame(AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size) { -- cgit v1.2.3