Browse Source

Indent

Originally committed as revision 18627 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Michael Niedermayer 16 years ago
parent
commit
34365443fd
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/pcm.c

+ 2
- 2
libavcodec/pcm.c View File

@@ -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;
}


Loading…
Cancel
Save