1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

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;