[SCM] libav/experimental: Cosmetics : add a space after ",".

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:05:23 UTC 2013


The following commit has been merged in the experimental branch:
commit a0d5f3d39a41ec159afded6b16bbeb9fc3e60935
Author: Jai Menon <jmenon86 at gmail.com>
Date:   Mon Mar 29 12:53:35 2010 +0000

    Cosmetics : add a space after ",".
    
    Originally committed as revision 22717 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/tta.c b/libavcodec/tta.c
index 61ac287..77f9978 100644
--- a/libavcodec/tta.c
+++ b/libavcodec/tta.c
@@ -303,7 +303,7 @@ static int tta_decode_frame(AVCodecContext *avctx,
         int32_t *p;
 
         if (*data_size < (framelen * s->channels * 2)) {
-            av_log(avctx, AV_LOG_ERROR,"Output buffer size is too small.\n");
+            av_log(avctx, AV_LOG_ERROR, "Output buffer size is too small.\n");
             return -1;
         }
         // FIXME: seeking

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list