From 6f557c6a363560c4536e57d09bfb9d07b6e8409b Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Sat, 28 Jun 2008 04:54:39 +0000 Subject: [PATCH] cosmetics Originally committed as revision 14018 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/aiff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/aiff.c b/libavformat/aiff.c index 00e559154f..0ec8992c48 100644 --- a/libavformat/aiff.c +++ b/libavformat/aiff.c @@ -44,7 +44,7 @@ static const AVCodecTag codec_aiff_tags[] = { #define AIFF 0 #define AIFF_C_VERSION1 0xA2805140 -static int aiff_codec_get_id (int bps) +static int aiff_codec_get_id(int bps) { if (bps <= 8) return CODEC_ID_PCM_S8;