[FFmpeg-cvslog] r14018 - trunk/libavformat/aiff.c

bcoudurier subversion
Sat Jun 28 06:54:40 CEST 2008


Author: bcoudurier
Date: Sat Jun 28 06:54:39 2008
New Revision: 14018

Log:
cosmetics

Modified:
   trunk/libavformat/aiff.c

Modified: trunk/libavformat/aiff.c
==============================================================================
--- trunk/libavformat/aiff.c	(original)
+++ trunk/libavformat/aiff.c	Sat Jun 28 06:54:39 2008
@@ -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;




More information about the ffmpeg-cvslog mailing list