From: michael Date: Sun, 19 Apr 2009 20:41:26 +0000 (+0000) Subject: Indent X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/commitdiff_plain/df8e8ea9d02c412a11e7cef5d7a63c119ffc0060 Indent git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18627 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- diff --git a/libavcodec/pcm.c b/libavcodec/pcm.c index beb831b12..95e33fd60 100644 --- a/libavcodec/pcm.c +++ b/libavcodec/pcm.c @@ -362,8 +362,8 @@ static int pcm_decode_frame(AVCodecContext *avctx, if(n && buf_size % n){ if (buf_size < n) { - av_log(avctx, AV_LOG_ERROR, "invalid PCM packet\n"); - return -1; + av_log(avctx, AV_LOG_ERROR, "invalid PCM packet\n"); + return -1; }else buf_size -= buf_size % n; }