[SCM] libav/experimental: cosmetics

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:24:30 UTC 2013


The following commit has been merged in the experimental branch:
commit 6f557c6a363560c4536e57d09bfb9d07b6e8409b
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Sat Jun 28 04:54:39 2008 +0000

    cosmetics
    
    Originally committed as revision 14018 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/aiff.c b/libavformat/aiff.c
index 00e5591..0ec8992 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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list