[FFmpeg-cvslog] r18627 - trunk/libavcodec/pcm.c

michael subversion
Sun Apr 19 22:41:27 CEST 2009


Author: michael
Date: Sun Apr 19 22:41:26 2009
New Revision: 18627

Log:
Indent

Modified:
   trunk/libavcodec/pcm.c

Modified: trunk/libavcodec/pcm.c
==============================================================================
--- trunk/libavcodec/pcm.c	Sun Apr 19 22:40:56 2009	(r18626)
+++ trunk/libavcodec/pcm.c	Sun Apr 19 22:41:26 2009	(r18627)
@@ -362,8 +362,8 @@ static int pcm_decode_frame(AVCodecConte
 
     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;
     }



More information about the ffmpeg-cvslog mailing list