cosmetics: indent after last commit
Originally committed as revision 25981 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1270,7 +1270,7 @@ static av_cold int validate_options(AVCodecContext *avctx, AC3EncodeContext *s)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (i == 9) {
|
if (i == 9) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
s->sample_rate = avctx->sample_rate;
|
s->sample_rate = avctx->sample_rate;
|
||||||
s->bit_alloc.sr_shift = i % 3;
|
s->bit_alloc.sr_shift = i % 3;
|
||||||
|
Reference in New Issue
Block a user