cosmetics: indent after last commit

Originally committed as revision 25981 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Justin Ruggles 2010-12-14 14:52:30 +00:00
parent 99ca4f73f0
commit b64d842c1d
1 changed files with 1 additions and 1 deletions

View File

@ -1270,7 +1270,7 @@ static av_cold int validate_options(AVCodecContext *avctx, AC3EncodeContext *s)
break;
}
if (i == 9) {
return -1;
return -1;
}
s->sample_rate = avctx->sample_rate;
s->bit_alloc.sr_shift = i % 3;