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:
parent
99ca4f73f0
commit
b64d842c1d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user