Commit b64d842c authored by Justin Ruggles's avatar Justin Ruggles

cosmetics: indent after last commit

Originally committed as revision 25981 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 99ca4f73
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment